DataColumnCollection.List 属性

定义

获取作为列表的集合的项。

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

属性值

集合的项作为列表。

适用于