IVsTextSelectionAction Interface

Definition

Provides methods for managing text selection.

public interface class IVsTextSelectionAction
public interface class IVsTextSelectionAction
__interface IVsTextSelectionAction
[System.Runtime.InteropServices.Guid("CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTextSelectionAction
[System.Runtime.InteropServices.Guid("CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTextSelectionAction
[<System.Runtime.InteropServices.Guid("CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTextSelectionAction = interface
[<System.Runtime.InteropServices.Guid("CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTextSelectionAction = interface
Public Interface IVsTextSelectionAction
Attributes

Methods

GetDestination(SELECTIONSTATE[])

Gets the destination of the text selection.

GetOrigin(SELECTIONSTATE[])

Gets the origin of the text selection.

SetDestination(SELECTIONSTATE[])

Sets the destination of the text selection.

SetOrigin(SELECTIONSTATE[])

Sets the origin of the text selection.

Applies to