DataGridViewSelectedCellCollection.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

属性值

ArrayList

包含集合元素的 ArrayList

适用于

另请参阅