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 a collection at a position.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Sub AddAt ( _
pIDispatch As Object, _
position As Object _
)
void AddAt(
Object pIDispatch,
Object position
)
void AddAt(
[InAttribute] Object^ pIDispatch,
Object^ position
)
abstract AddAt :
pIDispatch:Object *
position:Object -> unit
function AddAt(
pIDispatch : Object,
position : Object
)
Parameters
- pIDispatch
Type: System.Object
Th object to add.
- position
Type: System.Object
The position in the collection.
.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.