IVsInfoBarTextSpan::Text Property

Visual Studio 2015
 

Gets the text for the span.

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

[DispIdAttribute(1610678272)]
property String^ Text {
	String^ get();
}

Property Value

Type: System::String^

The text for the span.

Return to top
Show: