ListBindingHelper 類別

定義

提供探索可繫結清單的功能,以及清單中所包含之項目的屬性 (如果這些屬性與它們所繫結之物件的公用屬性不同時)。

public ref class ListBindingHelper abstract sealed
public static class ListBindingHelper
type ListBindingHelper = class
Public Class ListBindingHelper
繼承
ListBindingHelper

備註

這類類別 BindingSource 會使用此類別。

請注意,對於智慧型手機應用程式,此類別需要適用于智慧型手機的 Windows Mobile 5.0 版軟體。

方法

GetList(Object)

傳回與指定之資料來源相關聯的清單。

GetList(Object, String)

從指定之資料來源和選擇性 (Optional) 資料成員的評估中,傳回物件 (通常是清單)。

GetListItemProperties(Object)

傳回 PropertyDescriptorCollection,其中描述指定之資料來源中包含的項目型別屬性,或指定之資料來源的屬性。

GetListItemProperties(Object, PropertyDescriptor[])

傳回 PropertyDescriptorCollection,其中描述資料來源之集合屬性中所包含的項目型別屬性。 使用指定的 PropertyDescriptor 陣列,表示要檢查哪些屬性。

GetListItemProperties(Object, String, PropertyDescriptor[])

傳回 PropertyDescriptorCollection,其中描述資料來源之指定資料成員中所包含的項目型別屬性。 使用指定的 PropertyDescriptor 陣列,表示要檢查哪些屬性。

GetListItemType(Object)

傳回指定之清單中項目的資料型別。

GetListItemType(Object, String)

傳回指定之資料來源中項目的資料型別。

GetListName(Object, PropertyDescriptor[])

提供資料來源和選擇性的 PropertyDescriptor 陣列,傳回基礎清單的名稱。

適用於