Returns whether this object supports properties, using the specified context.

C# | Visual Basic | Visual C++ |
public override bool GetPropertiesSupported( ITypeDescriptorContext context )
Public Overrides Function GetPropertiesSupported ( _ context As ITypeDescriptorContext _ ) As Boolean
public: virtual bool GetPropertiesSupported( ITypeDescriptorContext^ context ) override

- context (ITypeDescriptorContext)
- An ITypeDescriptorContext that provides a format context.

true if GetProperties(Object) should be called to find the properties of this object; otherwise, false.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)