VsIntellisenseCompletorClass.GetWindowHandle 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
Public Overridable Function GetWindowHandle ( _
    <OutAttribute> ByRef phwnd As IntPtr _
) As Integer
public virtual int GetWindowHandle(
    out IntPtr phwnd
)
public:
virtual int GetWindowHandle(
    [OutAttribute] IntPtr% phwnd
)
abstract GetWindowHandle : 
        phwnd:IntPtr byref -> int  
override GetWindowHandle : 
        phwnd:IntPtr byref -> int
public function GetWindowHandle(
    phwnd : IntPtr
) : int

参数

  • phwnd
    类型:IntPtr%

返回值

类型:Int32

实现

IVsIntellisenseCompletor.GetWindowHandle(IntPtr%)

.NET Framework 安全性

请参阅

参考

VsIntellisenseCompletorClass 类

Microsoft.VisualStudio.TextManager.Interop 命名空间