TypeConverter::GetProperties Method

 

Returns a collection of properties for the type of array specified by the value parameter.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^)

Returns a collection of properties for the type of array specified by the value parameter, using the specified context.

System_CAPS_pubmethodGetProperties(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.

System_CAPS_pubmethodGetProperties(Object^)

Returns a collection of properties for the type of array specified by the value parameter.

Return to top
Show: