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
プロパティ値
追加するコレクション。 既定値は空のコレクションです。
注釈
依存関係プロパティ情報
| 品目 | Value |
|---|---|
| 識別子フィールド | CollectionProperty |
に設定されたメタデータ プロパティ true |
None |
XAML テキストの使用法
XAML では、 Binding 構文を使用してコレクションにバインドできます。 詳細については、 Binding の種類を参照してください。