Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetDestination | Gets the destination of the text selection. |
![]() |
GetOrigin | Gets the origin of the text selection. |
![]() |
SetDestination | Sets the destination of the text selection. |
![]() |
SetOrigin | Sets the origin of the text selection. |
Top