MonobjcMonobjc Documented Class Library
GetProperties Method (context, value, attributes)
NamespacesMonobjc.AppKitNSImage..::..NSImageConverterGetProperties(ITypeDescriptorContext, Object, array<Attribute>[]()[][])
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
Declaration Syntax
C#Visual BasicVisual C++
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)
Public Overrides Function GetProperties ( _
	context As ITypeDescriptorContext, _
	value As Object, _
	attributes As Attribute() _
) As PropertyDescriptorCollection
public:
virtual PropertyDescriptorCollection^ GetProperties(
	ITypeDescriptorContext^ context, 
	Object^ value, 
	array<Attribute^>^ attributes
) override
Parameters
context (ITypeDescriptorContext)
An ITypeDescriptorContext that provides a format context.
value (Object)
An Object that specifies the type of array for which to get properties.
attributes (array<Attribute>[]()[][])
An array of type Attribute that is used as a filter.
Return Value
A PropertyDescriptorCollection with the properties that are exposed for this data type, or null if there are no properties.
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)