다음을 통해 공유


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 네임스페이스