VsShellUtilities.GetWindowObject(IVsWindowFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the window that exists in the specified window frame.
public:
static EnvDTE::Window ^ GetWindowObject(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ windowFrame);
public:
static EnvDTE::Window ^ GetWindowObject(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ windowFrame);
static EnvDTE::Window GetWindowObject(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & windowFrame);
public static EnvDTE.Window GetWindowObject (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame windowFrame);
static member GetWindowObject : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> EnvDTE.Window
Public Shared Function GetWindowObject (windowFrame As IVsWindowFrame) As Window
Public Function GetWindowObject (windowFrame As IVsWindowFrame) As Window
Parameters
- windowFrame
- IVsWindowFrame
The window frame.
Returns
A reference to the Window interaface if succesfull. Otherwise null.