ICollection.AddAt Method
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.ObjectTh object to add.
position
Type: System.ObjectThe 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.