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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace