VsIntellisenseCompletorClass.GetCompletionSpan 方法

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

语法

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

参数

返回值

类型:Int32

实现

IVsIntellisenseCompletor.GetCompletionSpan(array<TextSpan[])

.NET Framework 安全性

请参阅

参考

VsIntellisenseCompletorClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间