Share via


INavigateToItemDisplay.Description Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
ReadOnly Property Description As String
string Description { get; }
property String^ Description {
    String^ get ();
}
abstract Description : string with get
function get Description () : String

Property Value

Type: System.String
The item's description.

.NET Framework Security

See Also

Reference

INavigateToItemDisplay Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace