IPeekRelationship::DisplayName Property

Visual Studio 2015
 

Gets a localizable description of this relationship used for displaying it 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^

A localizable description of this relationship used for displaying it to the user.

Return to top
Show: