IVstaIdentifierCollection.Remove Method

Removes the specified identifier from the collection.

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

Syntax

'Declaration
Sub Remove ( _
    identifier As String _
)
'Usage
Dim instance As IVstaIdentifierCollection 
Dim identifier As String

instance.Remove(identifier)
void Remove(
    string identifier
)
void Remove(
    String^ identifier
)
function Remove(
    identifier : String
)

Parameters

.NET Framework Security

See Also

Reference

IVstaIdentifierCollection Interface

IVstaIdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace