IVsTextSelectionAction 接口

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
<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

IVsTextSelectionAction 类型公开以下成员。

方法

  名称 说明
公共方法 GetDestination
公共方法 GetOrigin 设置此事件的选择状态。
公共方法 SetDestination
公共方法 SetOrigin 检索选择数据

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间