Sdílet prostřednictvím


ICollection.AddItem Method

Adds an item to a collection.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Deklarace
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

See Also

Reference

ICollection Interface

Microsoft.VisualStudio.VsWizard Namespace