VsShellUtilities::GetWindowObject Method (IVsWindowFrame^)
Visual Studio 2015
Gets the window that exists in the specified window frame.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- windowFrame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
The IVsWindowFrame interface for the window frame.
Return Value
Type: EnvDTE::Window^The Window, if there is an object of that type in the frame; otherwise, null.
Show: