IDocumentPeekResult Properties
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CanNavigateTo | Determines whether this result has a place to navigate to.(Inherited from IPeekResult.) |
![]() | DesiredEditorGuid | Gets the GUID for the desired editor to open when navigating. |
![]() | DisplayInfo | Gets properties used for displaying this result to the user.(Inherited from IPeekResult.) |
![]() | DisplayInfo2 | Gets the new display info so we can use the token span to give users more indication on the symbol they are looking for. |
![]() | FilePath | Gets the fully qualified file path identifying the document where the result is located. |
![]() | IdentifyingSpan | 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. |
![]() | Image | Gets an ImageMoniker so we can display an image equivalent for the IDocumentPeekResult. |
![]() | IsReadOnly | Determines whether this result is read-only. |
![]() | PostNavigationCallback | This function will be called directly after navigation completes (if navigation was successful).(Inherited from IPeekResult.) |
![]() | Span | 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. |
