Adds an item to a collection at a position.
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
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.