IVsIntellisenseCompletor.GetCompletionSpan(TextSpan[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Retornos
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);