IVsTextSelectionAction Interface

Provides methods for managing text selection.

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

Syntax

'Declaration
<GuidAttribute("CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextSelectionAction
[GuidAttribute("CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")]
[InterfaceTypeAttribute()]
public interface IVsTextSelectionAction
[GuidAttribute(L"CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")]
[InterfaceTypeAttribute()]
public interface class IVsTextSelectionAction
[<GuidAttribute("CB49CF53-CCE9-4493-AD7A-3595F4C1CAF3")>]
[<InterfaceTypeAttribute()>]
type IVsTextSelectionAction =  interface end
public interface IVsTextSelectionAction

The IVsTextSelectionAction type exposes the following members.

Methods

  Name Description
Public method GetDestination Gets the destination of the text selection.
Public method GetOrigin Gets the origin of the text selection.
Public method SetDestination Sets the destination of the text selection.
Public method SetOrigin Sets the origin of the text selection.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace