BindingManagerBase.GetItemProperties Method
.NET Framework 3.0
Gets the list of property descriptors for the data source.
| Name | Description |
|---|---|
| BindingManagerBase.GetItemProperties () | When overridden in a derived class, gets the collection of property descriptors for the binding. Supported by the .NET Compact Framework. |
| BindingManagerBase.GetItemProperties (ArrayList, ArrayList) | Gets the collection of property descriptors for the binding using the specified ArrayList. Supported by the .NET Compact Framework. |
| BindingManagerBase.GetItemProperties (Type, Int32, ArrayList, ArrayList) | Gets the list of properties of the items managed by this BindingManagerBase. Supported by the .NET Compact Framework. |