Metodo VsIntellisenseCompletorClass.GetHeight
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
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
Parametri
- dwHeight
Tipo: UInt32%
Valore restituito
Tipo: Int32
Implementa
IVsIntellisenseCompletor.GetHeight(UInt32%)
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.