Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds an item to the collection.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Private Function Add ( _
item As Object _
) As Integer Implements IList.Add
'Usage
Dim instance As GlobalTypeCollection
Dim item As Object
Dim returnValue As Integer
returnValue = CType(instance, IList).Add(item)
int IList.Add(
Object item
)
private:
virtual int Add(
Object^ item
) sealed = IList::Add
private abstract Add :
item:Object -> int
private override Add :
item:Object -> int
JScript does not support explicit interface implementations.
Parameters
- item
Type: System.Object
The item to be added to the collection.
Return Value
Type: System.Int32
The position at which the item was added.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.