Share via


IVsWindowFrameEvents.OnFrameIsVisibleChanged(IVsWindowFrame, Boolean) Method

Definition

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.

Applies to