InfoBarTextSpan::Text Property

Visual Studio 2015
 

Gets the text for the span.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property String^ Text {
	virtual String^ get() sealed;
}

Property Value

Type: System::String^

The text.

Return to top
Show: