Condividi tramite


Metodo IVsIntellisenseOptions.GetCompletorSize

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
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

Parametri

  • uSize
    Tipo: Int32%

    [out]

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr2.idl:

HRESULT IVsIntellisenseOptions::GetCompletorSize(

   [out] long *uSize

);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsIntellisenseOptions Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop