DesignerWindowPane.IVsWindowFrameNotify.OnShow(Int32) Methode

Definition

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

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Gilt für