CollectionContainer.Collection 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要加入的集合。
public:
property System::Collections::IEnumerable ^ Collection { System::Collections::IEnumerable ^ get(); void set(System::Collections::IEnumerable ^ value); };
public System.Collections.IEnumerable Collection { get; set; }
member this.Collection : System.Collections.IEnumerable with get, set
Public Property Collection As IEnumerable
屬性值
要加入的集合。 預設為空集合。
備註
相依性屬性資訊
識別碼欄位 | CollectionProperty |
設定為 的中繼資料屬性 true |
無 |
XAML 文字使用方式
在 XAML 中 Binding ,您可以使用 語法系結至集合。 如需詳細資訊,請參閱 Binding 型別。