PeekResultDisplayInfo::Label Property

Visual Studio 2015
 

Defines the localized label used for displaying this result to the user.

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

public:
property String^ Label {
	[CompilerGeneratedAttribute]
	virtual String^ get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

The localized label used for displaying this result to the user.

Return to top
Show: