VsTextViewClass.GetSelectionSpan 方法

返回文本范围与选择。

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

语法

声明
Public Overridable Function GetSelectionSpan ( _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
public virtual int GetSelectionSpan(
    TextSpan[] pSpan
)
public:
virtual int GetSelectionSpan(
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetSelectionSpan : 
        pSpan:TextSpan[] byref -> int  
override GetSelectionSpan : 
        pSpan:TextSpan[] byref -> int
public function GetSelectionSpan(
    pSpan : TextSpan[]
) : int

参数

返回值

类型:Int32

实现

IVsTextView.GetSelectionSpan(array<TextSpan[])

.NET Framework 安全性

请参阅

参考

VsTextViewClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间