SiteMapNodeCollection.IList.Add(Object) Methode
Definition
Fügt der Auflistung in der IList-Schnittstelle ein Element hinzu.Adds an item to the collection in the IList interface. Eine Beschreibung dieses Elements finden Sie unter 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);
Function Add (value As Object) As Integer Implements IList.Add
Parameter
Gibt zurück
Die Position, an der das neue Element eingefügt wurde.The position into which the new element was inserted.