Share via


DescriptionRun.Bold Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether the DescriptionRun is formatted in bold.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Bold As Boolean
public bool Bold { get; }
public:
property bool Bold {
    bool get ();
}
member Bold : bool with get
function get Bold () : boolean

Property Value

Type: System.Boolean
true if the DescriptionRun is bold; otherwise, false.

.NET Framework Security

See Also

Reference

DescriptionRun Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace