Share via


NavigateToItem.DisplayFactory Property

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

Gets UI-appropriate display information for the symbol.

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

Syntax

'Declaration
Public ReadOnly Property DisplayFactory As INavigateToItemDisplayFactory
public INavigateToItemDisplayFactory DisplayFactory { get; }
public:
property INavigateToItemDisplayFactory^ DisplayFactory {
    INavigateToItemDisplayFactory^ get ();
}
member DisplayFactory : INavigateToItemDisplayFactory with get
function get DisplayFactory () : INavigateToItemDisplayFactory

Property Value

Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToItemDisplayFactory
Display information for the symbol.

.NET Framework Security

See Also

Reference

NavigateToItem Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace