Share via


IdentifierHostItemNode.GetIdentifierInternal Method

Gets the identifier for the host item.

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

Syntax

'Declaration
Protected Friend Function GetIdentifierInternal As String
'Usage
Dim returnValue As String 

returnValue = Me.GetIdentifierInternal()
protected internal string GetIdentifierInternal()
protected public:
String^ GetIdentifierInternal()
protected internal function GetIdentifierInternal() : String

Return Value

Type: System.String
The name of the identifier.

.NET Framework Security

See Also

Reference

IdentifierHostItemNode Class

IdentifierHostItemNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace