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

プロパティ値

追加するコレクション。 既定値は空のコレクションです。

注釈

依存関係プロパティ情報

品目 Value
識別子フィールド CollectionProperty
に設定されたメタデータ プロパティ true None

XAML テキストの使用法

XAML では、 Binding 構文を使用してコレクションにバインドできます。 詳細については、 Binding の種類を参照してください。

適用対象