IVsWindowFrameEvents.OnFrameIsVisibleChanged(IVsWindowFrame, Boolean) Yöntem

Tanım

IVsWindowFrame 'in IsVisible özelliği değiştiğinde çağırılır.

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)

Parametreler

frame
IVsWindowFrame

Çerçeve.

newIsVisible
Boolean

Yeni IsVisible değeri.

Şunlara uygulanır