DescriptionRun Constructor (String^, Boolean)

 

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)

public:
DescriptionRun(
	String^ text,
	bool bold
)

Parameters

text
Type: System::String^

The text of the DescriptionRun.

bold
Type: System::Boolean

true to indicate that the DescriptionRun should be bold; otherwise, false.

Return to top
Show: