IVsWindowFrameEvents2.OnFrameIsOnScreenChanged 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.
public:
void OnFrameIsOnScreenChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame, bool newIsOnScreen);
public void OnFrameIsOnScreenChanged (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame frame, bool newIsOnScreen);
abstract member OnFrameIsOnScreenChanged : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame * bool -> unit
Public Sub OnFrameIsOnScreenChanged (frame As IVsWindowFrame, newIsOnScreen As Boolean)
Parameters
- frame
- IVsWindowFrame
- newIsOnScreen
- Boolean