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 命名空间