Share via


ICollectionView.SourceCollection 屬性

定義

傳回基礎集合。

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

屬性值

為基礎集合的 IEnumerable 物件。

適用於