DescriptionRun::Text Property

 

Gets the text of the DescriptionRun.

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

public:
property String^ Text {
	String^ get();
}

Property Value

Type: System::String^

The text of the DescriptionRun.

Return to top
Show: