Partilhar via


Método IVsIntellisenseCompletor.GetHeight

Obtém a altura de completor a IntelliSense.

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

Sintaxe

'Declaração
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

Parâmetros

  • dwHeight
    Tipo: UInt32%

    A altura do que o completor.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna VSConstants.S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

C++

De singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::GetHeight(DWORD *dwHeight);

Segurança do .NET Framework

Consulte também

Referência

IVsIntellisenseCompletor Interface

Namespace Microsoft.VisualStudio.TextManager.Interop