Freigeben über


IVsIntellisenseOptions.SetCompletorSize-Methode

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

Syntax

'Declaration
Function SetCompletorSize ( _
    uSize As Integer _
) As Integer
int SetCompletorSize(
    int uSize
)
int SetCompletorSize(
    [InAttribute] int uSize
)
abstract SetCompletorSize : 
        uSize:int -> int
function SetCompletorSize(
    uSize : int
) : int

Parameter

  • uSize
    Typ: Int32

    [in]

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::SetCompletorSize(

   [in] long uSize

);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsIntellisenseOptions Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace