Share via


DescriptionRun Constructor (String, Color)

[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, in the specified color.

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, _
    color As Color _
)
public DescriptionRun(
    string text,
    Color color
)
public:
DescriptionRun(
    String^ text, 
    Color color
)
new : 
        text:string * 
        color:Color -> DescriptionRun
public function DescriptionRun(
    text : String, 
    color : Color
)

Parameters

.NET Framework Security

See Also

Reference

DescriptionRun Class

DescriptionRun Overload

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace