VsShellUtilities.GetWindowObject 方法

获取存在于指定的窗架的窗口。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public Shared Function GetWindowObject ( _
    windowFrame As IVsWindowFrame _
) As Window
public static Window GetWindowObject(
    IVsWindowFrame windowFrame
)

参数

返回值

类型:EnvDTE.Window
Window ,因此,如果对象具有该输入帧;否则, null.

.NET Framework 安全性

请参见

参考

VsShellUtilities 类

Microsoft.VisualStudio.Shell 命名空间