IVsWindowFrameEvents.OnFrameIsVisibleChanged(IVsWindowFrame, Boolean) 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.
Called when the IsVisible property of an IVsWindowFrame changes.
public:
void OnFrameIsVisibleChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame, bool newIsVisible);
public:
void OnFrameIsVisibleChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ frame, bool newIsVisible);
void OnFrameIsVisibleChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & frame, bool newIsVisible);
public void OnFrameIsVisibleChanged (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame frame, bool newIsVisible);
abstract member OnFrameIsVisibleChanged : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame * bool -> unit
Public Sub OnFrameIsVisibleChanged (frame As IVsWindowFrame, newIsVisible As Boolean)
Parameters
- frame
- IVsWindowFrame
The frame.
- newIsVisible
- Boolean
The new IsVisible value.