IVsIntellisenseCompletor.GetCompletionSpan(TextSpan[]) Método

Definição

Retorna o intervalo completo.

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

Parâmetros

ts
TextSpan[]

TextSpan que contém o completo.

Retornos

Int32

Se o método tiver sucesso, ele retornará VSConstants.S_OK. Se falhar, retornará um código de erro.

Comentários

C++

De singlefileeditor. idl:

HRESULT IVsIntellisenseCompletor::GetCompletionSpan(TextSpan *ts);

Aplica-se a