DesignerWindowPane.IVsWindowFrameNotify.OnShow(Int32) 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.
Benachrichtigt das Package über eine Änderung im Anzeigenzustand des Fensters.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnShow;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnShow;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow(int fShow);
int IVsWindowFrameNotify.OnShow (int fShow);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnShow : int -> int
Function OnShow (fShow As Integer) As Integer Implements IVsWindowFrameNotify.OnShow
Parameter
- fShow
- Int32
Bezeichnet den Grund für die Veränderung des Anzeigezustands.
Gibt zurück
Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.