INavigateToItemDisplay2 Methods

 

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

NameDescription
System_CAPS_pubmethodGetProvisionalViewingStatus()

Determines the provisional viewing status of the item.

System_CAPS_pubmethodNavigateTo()

Navigates to the file, line, and column associated with the symbol.(Inherited from INavigateToItemDisplay.)

System_CAPS_pubmethodPreviewItem()

Opens the item in preview mode, without focusing the item.  The caller is responsible for setting up a default preview state using NewDocumentStateScope, and the implementation of PreviewItem should only be concerned with opening the correct document.

Return to top
Show: