CollectionContainer.Collection プロパティ

定義

追加するコレクションを取得または設定します。

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 型を参照してください。

適用対象