CollectionViewSource.Source 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來建立此檢視的集合物件。
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 Attribute Usage
<object Source="myCollection" .../>
XAML 值
myCollection
現有的集合。 若要參考現有的集合,請使用 StaticResource 標記延伸。