DataGridViewColumnCollection.List 屬性

定義

取得包含於 BaseCollection 執行個體中的項目清單。

protected:
 virtual property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected override System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected Overrides ReadOnly Property List As ArrayList

屬性值

ArrayList,包含集合的項目。 除非在衍生類別中覆寫,否則這個屬性會傳回 null

適用於

另請參閱