ListViewGroupCollection.IList.Insert(Int32, Object) 方法

定义

 virtual void System.Collections.IList.Insert(int index, System::Object ^ value) = System::Collections::IList::Insert;
void IList.Insert (int index, object value);
void IList.Insert (int index, object? value);
abstract member System.Collections.IList.Insert : int * obj -> unit
override this.System.Collections.IList.Insert : int * obj -> unit
Sub Insert (index As Integer, value As Object) Implements IList.Insert

参数

index
Int32

ListViewGroup 添加到的集合中的位置。

value
Object

要添加到集合中的 ListViewGroup

实现

注解

如果 value 不是, ListViewGroup则不会将其添加到集合中。

适用于