IVsWindowFrameEvents::OnFrameIsVisibleChanged Method (IVsWindowFrame^, Boolean)
Visual Studio 2015
Called when the IsVisible property of an IVsWindowFrame changes.
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
Parameters
- frame
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^
The frame.
- newIsVisible
-
Type:
System::Boolean
The new IsVisible value.
Show: