INavigateToItemDisplay::Description Property

 

Gets a detailed description to be displayed about the item. This frequently includes the kind, scope, and location of the item, and a preview of the item.

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

property String^ Description {
	String^ get();
}

Property Value

Type: System::String^

The item's description.

Return to top
Show: