IVsTextView3 Interface

Definition

Contains methods to manage the text view.

public interface class IVsTextView3
public interface class IVsTextView3
__interface IVsTextView3
[System.Runtime.InteropServices.Guid("DC5CECDF-26BF-4014-BF54-A6D3636A83EF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextView3
[<System.Runtime.InteropServices.Guid("DC5CECDF-26BF-4014-BF54-A6D3636A83EF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextView3 = interface
Public Interface IVsTextView3
Attributes

Methods

AddProjectionAwareCommandFilter(IOleCommandTarget, IOleCommandTarget)

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

DoesViewSupportRole(String, Int32)

Determines whether the view supports the specified role.

GetCanCaretAndSelectionMapToSurfaceBuffer(Int32)

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

Applies to