DescriptionRun Constructor (String^, Color)

 

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

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

public:
DescriptionRun(
	String^ text,
	Color color
)

Parameters

text
Type: System::String^

The text of the DescriptionRun.

color
Type: System.Drawing::Color

The color of the DescriptionRun.

Return to top
Show: