Compartir a través de


IVsIntellisenseOptions.GetCompletorSize (Método)

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 GetCompletorSize ( _
    <OutAttribute> ByRef uSize As Integer _
) As Integer
int GetCompletorSize(
    out int uSize
)
int GetCompletorSize(
    [OutAttribute] int% uSize
)
abstract GetCompletorSize : 
        uSize:int byref -> int
function GetCompletorSize(
    uSize : int
) : int

Parámetros

  • uSize
    Tipo: Int32%

    [out]

Valor devuelto

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

Comentarios

Prototipo COM

de textmgr2.idl:

HRESULT IVsIntellisenseOptions::GetCompletorSize(

   [out] long *uSize

);

Seguridad de .NET Framework

Vea también

Referencia

IVsIntellisenseOptions Interfaz

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