Compartir a través de


VsIntellisenseCompletorClass.GetHeight (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Public Overridable Function GetHeight ( _
    ByRef dwHeight As UInteger _
) As Integer
public virtual int GetHeight(
    ref uint dwHeight
)
public:
virtual int GetHeight(
    unsigned int% dwHeight
)
abstract GetHeight : 
        dwHeight:uint32 byref -> int  
override GetHeight : 
        dwHeight:uint32 byref -> int
public function GetHeight(
    dwHeight : uint
) : int

Parámetros

  • dwHeight
    Tipo: UInt32%

Valor devuelto

Tipo: Int32

Implementaciones

IVsIntellisenseCompletor.GetHeight(UInt32%)

Seguridad de .NET Framework

Vea también

Referencia

VsIntellisenseCompletorClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)