IVsIntellisenseCompletor.GetCompletionSpan(TextSpan[]) Метод

Определение

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

public:
 int GetCompletionSpan(cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ts);
public:
 int GetCompletionSpan(Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ts);
int GetCompletionSpan(std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & ts);
public int GetCompletionSpan (Microsoft.VisualStudio.TextManager.Interop.TextSpan[] ts);
abstract member GetCompletionSpan : Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Function GetCompletionSpan (ts As TextSpan()) As Integer

Параметры

ts
TextSpan[]

TextSpan, содержащий объект completor.

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

Int32

Если метод завершается успешно, он возвращает сообщение VSConstants.S_OK. В противном случае функция возвращает код ошибки.

Комментарии

C++

Из синглефилидитор. IDL:

HRESULT IVsIntellisenseCompletor::GetCompletionSpan(TextSpan *ts);

Применяется к