Share via


IdentifierHostItemNode.GetDisplayNameInternal Method

In a derived class, gets the DisplayName property.

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

Syntax

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

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

Return Value

Type: System.String
The DisplayName, which may or may not be different from the identifier.

.NET Framework Security

See Also

Reference

IdentifierHostItemNode Class

IdentifierHostItemNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace