IVsTextViewEx Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AppendViewOnlyMarkerTypes(UInt32, array<UInt32>^) | Appends view only marker types. |
![]() | GetClusterRange(Int32, Int32, Int32, Int32, Int32) | Returns cluster range information for the given line number and character index. |
![]() | GetSmartTagRect(array<RECT>^) | Gets the smart tag bounding rectangle. |
![]() | GetWindowFrame(Object^) | Gets the window frame. |
![]() | InvokeInsertionUI(IVsCompletionSet^, String^, String^, IVsInsertionUI^) | Invoke the insertion UI of the expansions. |
![]() | IsCompletorWindowActive() | Determines if the completor window is active. |
![]() | IsExpansionUIActive() | Determines if the expansion UI is active. |
![]() | IsReadOnly() | Determines if the text view is read-only. |
![]() | PersistOutliningState() | Persists outlining state for the text view. |
![]() | RemoveViewOnlyMarkerTypes(UInt32, array<UInt32>^) | Removes view only marker types. |
![]() | SetBackgroundColorIndex(Int32) | Sets the background color index for the text view. |
![]() | SetHoverWaitTimer() | Sets the hover wait timer. |
![]() | SetIgnoreMarkerTypes(Int32, array<UInt32>^) | Specifies the marker types to be ignored. |
![]() | UpdateSmartTagWindow(IVsSmartTagTipWindow^, UInt32) | Updates the smart tag window. |
Show:
