Partilhar via


Método IVsIntellisenseCompletor.GetCompletionSpan

Retorna a extensão completor.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna VSConstants.S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

C++

De singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetCompletionSpan(TextSpan *ts);

Segurança do .NET Framework

Consulte também

Referência

IVsIntellisenseCompletor Interface

Namespace Microsoft.VisualStudio.TextManager.Interop