ListBindingHelper 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供功能,當清單中項目與其綁定對象的公開屬性不同時,能發現可綁定清單及其屬性。
public ref class ListBindingHelper abstract sealed
public static class ListBindingHelper
type ListBindingHelper = class
Public Class ListBindingHelper
- 繼承
-
ListBindingHelper
備註
此類別被以下類別 BindingSource使用。
請注意,智慧型手機應用程式需使用此課程使用 Windows Mobile 5.0 智慧型手機版軟體。
方法
| 名稱 | Description |
|---|---|
| GetList(Object, String) |
回傳一個物件,通常是清單,來自指定資料來源及可選資料成員的評估。 |
| GetList(Object) |
回傳與指定資料來源相關的清單。 |
| GetListItemProperties(Object, PropertyDescriptor[]) |
回傳 PropertyDescriptorCollection 描述資料來源集合屬性中項目類型的屬性。 使用指定的 PropertyDescriptor 陣列來指示要檢視哪些屬性。 |
| GetListItemProperties(Object, String, PropertyDescriptor[]) |
回傳 PropertyDescriptorCollection 描述指定資料來源成員中項目類型的屬性。 使用指定的 PropertyDescriptor 陣列來指示要檢視哪些屬性。 |
| GetListItemProperties(Object) |
回傳描述指定資料來源中某項目類型的屬性,或該資料來源的屬性的 。PropertyDescriptorCollection |
| GetListItemType(Object, String) |
回傳指定資料來源中項目的資料型態。 |
| GetListItemType(Object) |
回傳指定清單中項目的資料型別。 |
| GetListName(Object, PropertyDescriptor[]) |
回傳底層清單名稱,給定資料來源與可選 PropertyDescriptor 陣列。 |