Returns a collection of properties for the type of array specified by the value parameter.
Public Function GetProperties ( _ value As Object _ ) As PropertyDescriptorCollection
Dim instance As TypeConverter Dim value As Object Dim returnValue As PropertyDescriptorCollection returnValue = instance.GetProperties(value)
public PropertyDescriptorCollection GetProperties( Object value )
public: PropertyDescriptorCollection^ GetProperties( Object^ value )
public function GetProperties( value : Object ) : PropertyDescriptorCollection
As implemented in this class, this method always returns nullNothingnullptra null reference (Nothing in Visual Basic).
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98