IVsWindowFrameEvents::OnFrameIsVisibleChanged Method (IVsWindowFrame^, Boolean)

Visual Studio 2015
 

Called when the IsVisible property of an IVsWindowFrame changes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

void OnFrameIsVisibleChanged(
	IVsWindowFrame^ frame,
	bool newIsVisible
)

Parameters

frame
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowFrame^

The frame.

newIsVisible
Type: System::Boolean

The new IsVisible value.

Return to top
Show: