INavigateToItemDisplayFactory::CreateItemDisplay Method (NavigateToItem^)

 

Creates UI-appropriate display information for a symbol.

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

INavigateToItemDisplay^ CreateItemDisplay(
	NavigateToItem^ item
)

Parameters

item
Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces::NavigateToItem^

A NavigateToItem for which to create display information.

Return Value

Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces::INavigateToItemDisplay^

Display information, or null if the information cannot be created from the item.

Return to top
Show: