IMonitorSelectionService.CurrentWindow Property
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.
Retrieves the window pane object associated with the currently focused window. This could be a document or a tool window. Usually, this object will implement at least the IVsWindowPane interface.
public:
property System::Object ^ CurrentWindow { System::Object ^ get(); };
public object CurrentWindow { get; }
member this.CurrentWindow : obj
Public ReadOnly Property CurrentWindow As Object