InternalDataCollectionBase.List 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合的項目做為清單。
protected:
virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected virtual System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected Overridable ReadOnly Property List As ArrayList
屬性值
包含集合的 ArrayList。
備註
類別 BaseCollection 及其成員不是用來做為獨立元件,而是做為其他集合類別衍生標準功能的類別。