Share via


HostItem.OnIdentifierChanged Method

Replaces the Identifier with a new Identifier.

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 OnIdentifierChanged ( _
    oldIdentifier As String, _
    newIdentifier As String _
)
'Usage
Dim oldIdentifier As String 
Dim newIdentifier As String 

Me.OnIdentifierChanged(oldIdentifier, _
    newIdentifier)
protected internal override void OnIdentifierChanged(
    string oldIdentifier,
    string newIdentifier
)
protected public:
virtual void OnIdentifierChanged(
    String^ oldIdentifier, 
    String^ newIdentifier
) override
protected internal override function OnIdentifierChanged(
    oldIdentifier : String, 
    newIdentifier : String
)

Parameters

  • oldIdentifier
    Type: System.String

    A String that represents the old identifier.

  • newIdentifier
    Type: System.String

    A String that represents the new identifier.

.NET Framework Security

See Also

Reference

HostItem Class

HostItem Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace