Compartir a través de


IVsIntellisenseCompletor.GetCompletionSpan (Método)

Devuelve el intervalo completor.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Int32
si el método tiene éxito, devuelve VSConstants.S_OK.Si se produce un error, devuelve un código de error.

Comentarios

C++

de singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetCompletionSpan(TextSpan *ts);

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseCompletor Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)