SiteMapNodeCollection.IList.Add(Object) 方法

定义

IList 接口的集合中添加一项。Adds an item to the collection in the IList interface. 有关此成员的说明,请参见 Add(Object)For a description of this member, see Add(Object).

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

参数

value
Object

要添加到 IList 的对象。The object to add to the IList.

返回

Int32

新元素的插入位置。The position into which the new element was inserted.

实现

适用于

另请参阅