'Declaration Public Overloads Overrides Function GetCreateInstanceSupported( _
ByVal contextДескриптор типа, с помощью которого может быть предоставлен дополнительный контекст.As System.ComponentModel.ITypeDescriptorContext _
) As Boolean
public override bool GetCreateInstanceSupported(
System.ComponentModel.ITypeDescriptorContext context
)
public: bool GetCreateInstanceSupported(
System.ComponentModel.ITypeDescriptorContext* context
); override
public:
bool GetCreateInstanceSupported(
System.ComponentModel.ITypeDescriptorContext^ context
); override
Parameters
- context
- Дескриптор типа, с помощью которого может быть предоставлен дополнительный контекст.
Return Value
True, если объект CreateInstance должен вызываться при изменении одного или нескольких свойств этого объекта; в противном случае, false.