'Declaration Public Overloads Overrides Function GetPropertiesSupported( _
ByVal contextAn System.ComponentModel.ITypeDescriptorContext that provides a format context.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
- An System.ComponentModel.ITypeDescriptorContext that provides a format context.
Return Value
True if System.ComponentModel.TypeConverter.GetProperties(System.Object) should be called to find the properties of this object; otherwise, false.