IMonitorSelectionService.CurrentWindowFrame 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 frame associated with the currently focussed window. This will always be an IVsWindowFrame (or null).
public:
property System::Object ^ CurrentWindowFrame { System::Object ^ get(); };
public object CurrentWindowFrame { get; }
member this.CurrentWindowFrame : obj
Public ReadOnly Property CurrentWindowFrame As Object