Condividi tramite


Metodo IVsIntellisenseCompletor.GetHeight

Ottiene l'altezza del completor IntelliSense.

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 GetHeight ( _
    ByRef dwHeight As UInteger _
) As Integer
int GetHeight(
    ref uint dwHeight
)
int GetHeight(
    unsigned int% dwHeight
)
abstract GetHeight : 
        dwHeight:uint32 byref -> int
function GetHeight(
    dwHeight : uint
) : int

Parametri

  • dwHeight
    Tipo: UInt32%

    Altezza del completor.

Valore restituito

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

Note

C++

da singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetHeight(DWORD *dwHeight);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsIntellisenseCompletor Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop