VsShellUtilities::GetWindowObject Method (IVsWindowFrame^)

 

Gets the window that exists in the specified window frame.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static Window^ GetWindowObject(
	IVsWindowFrame^ windowFrame
)

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.

Return to top
Show: