VsIntellisenseCompletorClass.GetHeight - метод
Пространство имен: Microsoft.VisualStudio.TextManager.Interop
Сборка: Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Синтаксис
'Декларация
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
Параметры
- dwHeight
Тип: UInt32%
Возвращаемое значение
Тип: Int32
Реализации
IVsIntellisenseCompletor.GetHeight(UInt32%)
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
VsIntellisenseCompletorClass Класс
Microsoft.VisualStudio.TextManager.Interop - пространство имен