'Declaration Public Overloads Overrides Function GetPropertiesSupported( _
ByVal contextA type descriptor through which additional context can be provided.As System.ComponentModel.ITypeDescriptorContext _
) As Boolean
public override bool GetPropertiesSupported(
System.ComponentModel.ITypeDescriptorContext context
)
public: bool GetPropertiesSupported(
System.ComponentModel.ITypeDescriptorContext* context
); override
public:
bool GetPropertiesSupported(
System.ComponentModel.ITypeDescriptorContext^ context
); override
Parameters
- context
- A type descriptor through which additional context can be provided.
Return Value
True if GetProperties should be called to find the properties of this object; otherwise, false.