ListBindingHelper Class

Definition

Provides functionality to discover a bindable list and the properties of the items contained in the list when they differ from the public properties of the object to which they bind.

public ref class ListBindingHelper abstract sealed
public static class ListBindingHelper
type ListBindingHelper = class
Public Class ListBindingHelper
Inheritance
ListBindingHelper

Remarks

This class is used by classes such as BindingSource.

Note that for Smartphone applications, this class requires Windows Mobile Version 5.0 software for Smartphones.

Methods

GetList(Object)

Returns a list associated with the specified data source.

GetList(Object, String)

Returns an object, typically a list, from the evaluation of a specified data source and optional data member.

GetListItemProperties(Object)

Returns the PropertyDescriptorCollection that describes the properties of an item type contained in a specified data source, or properties of the specified data source.

GetListItemProperties(Object, PropertyDescriptor[])

Returns the PropertyDescriptorCollection that describes the properties of an item type contained in a collection property of a data source. Uses the specified PropertyDescriptor array to indicate which properties to examine.

GetListItemProperties(Object, String, PropertyDescriptor[])

Returns the PropertyDescriptorCollection that describes the properties of an item type contained in the specified data member of a data source. Uses the specified PropertyDescriptor array to indicate which properties to examine.

GetListItemType(Object)

Returns the data type of the items in the specified list.

GetListItemType(Object, String)

Returns the data type of the items in the specified data source.

GetListName(Object, PropertyDescriptor[])

Returns the name of an underlying list, given a data source and optional PropertyDescriptor array.

Applies to