Freigeben über


IVsIntellisenseOptions.GetCompletorSize-Methode

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

Syntax

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

Parameter

  • uSize
    Typ: Int32%

    [out]

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr2.idl:

HRESULT IVsIntellisenseOptions::GetCompletorSize(

   [out] long *uSize

);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsIntellisenseOptions Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace