CollectionConverter::GetProperties Method

 

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.(Inherited from TypeConverter.)

System_CAPS_pubmethodGetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^)

Gets a collection of properties for the type of array specified by the value parameter using the specified context and attributes.(Overrides TypeConverter::GetProperties(ITypeDescriptorContext^, Object^, array<Attribute^>^).)

System_CAPS_pubmethodGetProperties(Object^)

Returns a collection of properties for the type of array specified by the value parameter.(Inherited from TypeConverter.)

Return to top
Show: