IVsTextView3 Interface

 

Contains methods to manage the text view.

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

[GuidAttribute("DC5CECDF-26BF-4014-BF54-A6D3636A83EF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextView3

NameDescription
System_CAPS_pubmethodAddProjectionAwareCommandFilter(IOleCommandTarget, IOleCommandTarget)

Adds a command filter which will be called even when the view selection or caret does not map to the underlying buffer.

System_CAPS_pubmethodDoesViewSupportRole(String, Int32)

Determines whether the view supports the specified role.

System_CAPS_pubmethodGetCanCaretAndSelectionMapToSurfaceBuffer(Int32)

Determines whether the view selection and caret can map to the underlying text buffer.

Return to top
Show: