IVsWindowFrameEvents.OnActiveFrameChanged Yöntem

Tanım

Etkin IVsWindowFrame değiştiğinde çağırılır.

public:
 void OnActiveFrameChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ oldFrame, Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ newFrame);
public:
 void OnActiveFrameChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ oldFrame, Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ newFrame);
void OnActiveFrameChanged(Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & oldFrame, Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & newFrame);
public void OnActiveFrameChanged (Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame oldFrame, Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame newFrame);
abstract member OnActiveFrameChanged : Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame * Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> unit
Public Sub OnActiveFrameChanged (oldFrame As IVsWindowFrame, newFrame As IVsWindowFrame)

Parametreler

oldFrame
IVsWindowFrame

Eski etkin çerçeve.

newFrame
IVsWindowFrame

Yeni etkin çerçeve.

Şunlara uygulanır