Share via


INavigateToItemDisplayFactory.CreateItemDisplay Method

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)

Syntax

'Declaration
Function CreateItemDisplay ( _
    item As NavigateToItem _
) As INavigateToItemDisplay
INavigateToItemDisplay CreateItemDisplay(
    NavigateToItem item
)
INavigateToItemDisplay^ CreateItemDisplay(
    NavigateToItem^ item
)
abstract CreateItemDisplay : 
        item:NavigateToItem -> INavigateToItemDisplay
function CreateItemDisplay(
    item : NavigateToItem
) : INavigateToItemDisplay

Parameters

Return Value

Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces.INavigateToItemDisplay
Display information, or nulla null reference (Nothing in Visual Basic) if the information cannot be created from the item.

.NET Framework Security

See Also

Reference

INavigateToItemDisplayFactory Interface

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace