共用方式為


DataContextValueSourceAttribute.IsCollectionItem 屬性

取得值,這個值表示資料內容是否為集合中的項目。

命名空間:  Microsoft.Windows.Design
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Property IsCollectionItem As Boolean
    Get
    Private Set
public bool IsCollectionItem { get; private set; }
public:
property bool IsCollectionItem {
    bool get ();
    private: void set (bool value);
}
member IsCollectionItem : bool with get, private set
function get IsCollectionItem () : boolean
private function set IsCollectionItem (value : boolean)

屬性值

型別:System.Boolean
如果資料內容是集合中的項目,則為 true,否則為 false。

備註

如果資料內容是集合,則設計工具在 IsCollectionItem 設定為 true 時會使用該集合中的項目。

.NET Framework 安全性

請參閱

參考

DataContextValueSourceAttribute 類別

Microsoft.Windows.Design 命名空間

其他資源

了解 WPF 設計工具擴充性