IVsTextViewEx Interface

 

Adds functionality beyond IVsTextView.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("EAF1EA5B-EB6D-4852-9D87-666E09BC4BEE")]
public interface IVsTextViewEx

NameDescription
System_CAPS_pubmethodAppendViewOnlyMarkerTypes(UInt32, UInt32[])

Appends view only marker types.

System_CAPS_pubmethodGetClusterRange(Int32, Int32, Int32, Int32, Int32)

Returns cluster range information for the given line number and character index.

System_CAPS_pubmethodGetSmartTagRect(RECT[])

Gets the smart tag bounding rectangle.

System_CAPS_pubmethodGetWindowFrame(Object)

Gets the window frame.

System_CAPS_pubmethodInvokeInsertionUI(IVsCompletionSet, String, String, IVsInsertionUI)

Invoke the insertion UI of the expansions.

System_CAPS_pubmethodIsCompletorWindowActive()

Determines if the completor window is active.

System_CAPS_pubmethodIsExpansionUIActive()

Determines if the expansion UI is active.

System_CAPS_pubmethodIsReadOnly()

Determines if the text view is read-only.

System_CAPS_pubmethodPersistOutliningState()

Persists outlining state for the text view.

System_CAPS_pubmethodRemoveViewOnlyMarkerTypes(UInt32, UInt32[])

Removes view only marker types.

System_CAPS_pubmethodSetBackgroundColorIndex(Int32)

Sets the background color index for the text view.

System_CAPS_pubmethodSetHoverWaitTimer()

Sets the hover wait timer.

System_CAPS_pubmethodSetIgnoreMarkerTypes(Int32, UInt32[])

Specifies the marker types to be ignored.

System_CAPS_pubmethodUpdateSmartTagWindow(IVsSmartTagTipWindow, UInt32)

Updates the smart tag window.

Return to top
Show: