DescriptionRun Constructor

 

Initializes a new instance of the DescriptionRun class.

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

NameDescription
System_CAPS_pubmethodDescriptionRun(String^)

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

System_CAPS_pubmethodDescriptionRun(String^, Boolean)

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

System_CAPS_pubmethodDescriptionRun(String^, Color)

Initializes a new instance of the DescriptionRun class from the specified text, in the specified color.

System_CAPS_pubmethodDescriptionRun(String^, Color, Boolean, Boolean, Boolean)

Initializes a new instance of the DescriptionRun class from the specified text, using the specified color and formatting parameters.

Return to top
Show: