TypeConverter::GetProperties Method
.NET Framework (current version)
Returns a collection of properties for the type of array specified by the value parameter.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | GetProperties(ITypeDescriptorContext^, Object^) | Returns a collection of properties for the type of array specified by the value parameter, using the specified context. |
![]() | GetProperties(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. |
![]() | GetProperties(Object^) | Returns a collection of properties for the type of array specified by the value parameter. |
Show:
