Share via


HostItem.OnIdentifierRemoved Method

Removes the indicated Identifier from the IdentifierUtility identifiers collection.

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

Syntax

'Declaration
Protected Friend Overrides Sub OnIdentifierRemoved ( _
    identifier As String _
)
'Usage
Dim identifier As String 

Me.OnIdentifierRemoved(identifier)
protected internal override void OnIdentifierRemoved(
    string identifier
)
protected public:
virtual void OnIdentifierRemoved(
    String^ identifier
) override
protected internal override function OnIdentifierRemoved(
    identifier : String
)

Parameters

  • identifier
    Type: System.String

    A String that represents the identifier being removed.

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace