IdentifierCollection.IList.Add Method

Adds an item to the IdentifierCollection.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Private Function Add ( _
    value As Object _
) As Integer Implements IList.Add
'Usage
Dim instance As IdentifierCollection 
Dim value As Object 
Dim returnValue As Integer 

returnValue = CType(instance, IList).Add(value)
int IList.Add(
    Object value
)
private:
virtual int Add(
    Object^ value
) sealed = IList::Add
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32
The position into which the new element was inserted.

Implements

IList.Add(Object)

Remarks

This member is an explicit interface member implementation. It can be used only when the IdentifierCollection instance is cast to an IList interface.

.NET Framework Security

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace