MonobjcMonobjc Documented Class Library
GetPropertiesSupported Method (context)
NamespacesMonobjc.AppKitNSImage..::..NSImageConverterGetPropertiesSupported(ITypeDescriptorContext)
Returns whether this object supports properties, using the specified context.
Declaration Syntax
C#Visual BasicVisual C++
public override bool GetPropertiesSupported(
	ITypeDescriptorContext context
)
Public Overrides Function GetPropertiesSupported ( _
	context As ITypeDescriptorContext _
) As Boolean
public:
virtual bool GetPropertiesSupported(
	ITypeDescriptorContext^ context
) override
Parameters
context (ITypeDescriptorContext)
An ITypeDescriptorContext that provides a format context.
Return Value
true if GetProperties(Object) should be called to find the properties of this object; otherwise, false.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)