Поделиться через


IVsIntellisenseCompletor.GetCompletionSpan - метод

Возвращает диапазон completor.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Синтаксис

'Декларация
Function GetCompletionSpan ( _
    ts As TextSpan() _
) As Integer
int GetCompletionSpan(
    TextSpan[] ts
)
int GetCompletionSpan(
    array<TextSpan>^ ts
)
abstract GetCompletionSpan : 
        ts:TextSpan[] -> int
function GetCompletionSpan(
    ts : TextSpan[]
) : int

Параметры

Возвращаемое значение

Тип: Int32
Если метод завершается успешно, возвращается VSConstants.S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

C++

Из singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetCompletionSpan(TextSpan *ts);

Безопасность платформы .NET Framework

См. также

Ссылки

IVsIntellisenseCompletor Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен