DescriptionRun Constructor (String^)

 

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

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

public:
DescriptionRun(
	String^ text
)

Parameters

text
Type: System::String^

The text of the DescriptionRun.

Return to top
Show: