ArcGIS Explorer Component Help |
TableBindingAdapter..::.GetItemProperties Method |
TableBindingAdapter Class See Also |
Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public virtual PropertyDescriptorCollection GetItemProperties( PropertyDescriptor[] listAccessors ) |
Visual Basic (Declaration) |
---|
Public Overridable Function GetItemProperties ( _ listAccessors As PropertyDescriptor() _ ) As PropertyDescriptorCollection |
Parameters
- listAccessors
- Type: array<
System.ComponentModel..::.PropertyDescriptor
>[]()[]
An array of PropertyDescriptor objects to find in the collection as bindable. This can be null.