Share via


DescriptionRun Constructor (String, Boolean)

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

Initializes a new instance of the DescriptionRun class from the specified text and the specified bold parameter.

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

Syntax

'Declaration
Public Sub New ( _
    text As String, _
    bold As Boolean _
)
public DescriptionRun(
    string text,
    bool bold
)
public:
DescriptionRun(
    String^ text, 
    bool bold
)
new : 
        text:string * 
        bold:bool -> DescriptionRun
public function DescriptionRun(
    text : String, 
    bold : boolean
)

Parameters

.NET Framework Security

See Also

Reference

DescriptionRun Class

DescriptionRun Overload

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace