Método VsIntellisenseCompletorClass.GetHeight
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: Int32
Implementações
IVsIntellisenseCompletor.GetHeight(UInt32%)
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.