CurrencyManager::GetItemProperties Method ()
.NET Framework (current version)
Gets the property descriptor collection for the underlying list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection for the list.
The PropertyDescriptorCollection for the CurrencyManager is used to specify a column in the list.
The following code example uses the GetItemProperties method to return a PropertyDescriptorCollection for a BindingManagerBase. The example then prints out the Name and PropertyType of each PropertyDescriptor in the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: