IVsInfoBarTextSpan::Bold Property

Visual Studio 2015
 

Determines whether the text is bold.

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

[DispIdAttribute(1610678273)]
property bool Bold {
	bool get();
}

Property Value

Type: System::Boolean

True if the text is bold, otherwise false.

Return to top
Show: