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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("EAF1EA5B-EB6D-4852-9D87-666E09BC4BEE")> _
Public Interface IVsTextViewEx
[InterfaceTypeAttribute()]
[GuidAttribute("EAF1EA5B-EB6D-4852-9D87-666E09BC4BEE")]
public interface IVsTextViewEx
[InterfaceTypeAttribute()]
[GuidAttribute(L"EAF1EA5B-EB6D-4852-9D87-666E09BC4BEE")]
public interface class IVsTextViewEx
[<InterfaceTypeAttribute()>]
[<GuidAttribute("EAF1EA5B-EB6D-4852-9D87-666E09BC4BEE")>]
type IVsTextViewEx = interface end
public interface IVsTextViewEx
The IVsTextViewEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
AppendViewOnlyMarkerTypes | Appends view only marker types. | |
GetClusterRange | Returns cluster range information for the given line number and character index. | |
GetSmartTagRect | Gets the smart tag bounding rectangle. | |
GetWindowFrame | Gets the window frame. | |
InvokeInsertionUI | 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 | Removes view only marker types. | |
SetBackgroundColorIndex | Sets the background color index for the text view. | |
SetHoverWaitTimer | Sets the hover wait timer. | |
SetIgnoreMarkerTypes | Specifies the marker types to be ignored. | |
UpdateSmartTagWindow | Updates the smart tag window. |
Top