Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

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.

Return Value

The PropertyDescriptorCollection that represents the properties on each item used to bind data.

Implements

ITypedList..::.GetItemProperties(array<PropertyDescriptor>[]()[])

See Also

Relate Topics:
  Add Method
  AddIndex Method
  AddNew Method
  ApplySort Method
  Clear Method
  Contains Method
  CopyTo Method
  Fill Method
  Find Method
  GetEnumerator Method
  GetListName Method
  GetRelatedBindingAdapter Method
  IndexOf Method
  Insert Method
  Remove Method
  RemoveAt Method
  RemoveIndex Method
  RemoveSort Method
Created by Atop CHM to web converter,© 2009 all right reserved.