IVsWindowFrameEvents.OnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wird aufgerufen, wenn sich der aktive IVsWindowFrame ändert.
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)
Parameter
- oldFrame
- IVsWindowFrame
Der alte aktive Frame.
- newFrame
- IVsWindowFrame
Der neue aktive Frame.