CollectionView.SourceCollection 屬性

定義

傳回未經篩選的基礎集合。

public:
 virtual property System::Collections::IEnumerable ^ SourceCollection { System::Collections::IEnumerable ^ get(); };
public virtual System.Collections.IEnumerable SourceCollection { get; }
member this.SourceCollection : System.Collections.IEnumerable
Public Overridable ReadOnly Property SourceCollection As IEnumerable

屬性值

IEnumerable

為基礎集合的 IEnumerable 物件。

實作

適用於