IDocumentPeekResult Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

NameDescription
System_CAPS_pubpropertyCanNavigateTo

Determines whether this result has a place to navigate to.(Inherited from IPeekResult.)

System_CAPS_pubpropertyDesiredEditorGuid

Gets the GUID for the desired editor to open when navigating.

System_CAPS_pubpropertyDisplayInfo

Gets properties used for displaying this result to the user.(Inherited from IPeekResult.)

System_CAPS_pubpropertyDisplayInfo2

Gets the new display info so we can use the token span to give users more indication on the symbol they are looking for.

System_CAPS_pubpropertyFilePath

Gets the fully qualified file path identifying the document where the result is located.

System_CAPS_pubpropertyIdentifyingSpan

Gets a IPersistentSpan corresponding to the span of the identifying token inside the result location span. For example, if this result corresponds to a method, the identifying span is the span of the method name token inside method definition span.

System_CAPS_pubpropertyImage

Gets an ImageMoniker so we can display an image equivalent for the IDocumentPeekResult.

System_CAPS_pubpropertyIsReadOnly

Determines whether this result is read-only.

System_CAPS_pubpropertyPostNavigationCallback

This function will be called directly after navigation completes (if navigation was successful).(Inherited from IPeekResult.)

System_CAPS_pubpropertySpan

Gets a IPersistentSpan corresponding to the result location span. For example if this result corresponds to a method, this span is the span of the method definition.

Return to top
Show: