ListSortDescriptionCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指定的 ListSortDescription。
public:
property System::ComponentModel::ListSortDescription ^ default[int] { System::ComponentModel::ListSortDescription ^ get(int index); void set(int index, System::ComponentModel::ListSortDescription ^ value); };
public System.ComponentModel.ListSortDescription this[int index] { get; set; }
public System.ComponentModel.ListSortDescription? this[int index] { get; set; }
member this.Item(int) : System.ComponentModel.ListSortDescription with get, set
Default Public Property Item(index As Integer) As ListSortDescription
参数
- index
- Int32
要在集合中获取或设置的 ListSortDescription 的从零开始的索引。
属性值
具有指定索引的 ListSortDescription。
例外
注解
构造后, ListSortDescriptionCollection 是只读的,如果尝试设置项,将引发 InvalidOperationException 。