IPeekableItem::DisplayName Property

Visual Studio 2015
 

Gets the localized string used for displaying this item to the user.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

property String^ DisplayName {
	String^ get();
}

Property Value

Type: System::String^

The localized string used for displaying this item to the user.

Return to top
Show: