CollectionViewSource.Source プロパティ

定義

このビューの作成元のコレクション オブジェクトを取得または設定します。

public:
 property System::Object ^ Source { System::Object ^ get(); void set(System::Object ^ value); };
public object Source { get; set; }
member this.Source : obj with get, set
Public Property Source As Object

プロパティ値

既定値は null です。

注釈

依存プロパティ情報

識別子フィールド SourceProperty
に設定されたメタデータ プロパティ true なし

XAML 属性の使用方法

<object Source="myCollection" .../>  

XAML 値

myCollection
既存のコレクション。 既存のコレクションを参照するには、 StaticResource マークアップ拡張機能を使用します。

適用対象