This documentation is archived and is not being maintained.
TypeConverter::GetProperties Method (Object)
Visual Studio 2010
Returns a collection of properties for the type of array specified by the value parameter.
Assembly: System (in System.dll)
Parameters
- value
- Type: System::Object
An Object that specifies the type of array for which to get properties.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollectionA PropertyDescriptorCollection with the properties that are exposed for this data type, or nullptr if there are no properties.
As implemented in this class, this method always returns nullptr.
By default, a type does not return properties. An easy implementation of this method can call GetProperties for the correct data type.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: