Adds an item to a collection.
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Sub AddItem ( _
    pIDispatch As Object _
)
void AddItem(
    Object pIDispatch
)
void AddItem(
    [InAttribute] Object^ pIDispatch
)
abstract AddItem : 
        pIDispatch:Object -> unit 
function AddItem(
    pIDispatch : Object
)
Parameters
- pIDispatch
 Type: System.Object
 The item to add to 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.