Partager via


DesignerWindowPane.IVsWindowFrameNotify.OnShow, méthode

Informe Package d'une modification de l'état de l'affichage de la fenêtre.

Espace de noms :  Microsoft.VisualStudio.Shell.Design
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Private Function OnShow ( _
    fShow As Integer _
) As Integer Implements IVsWindowFrameNotify.OnShow
int IVsWindowFrameNotify.OnShow(
    int fShow
)

Paramètres

  • fShow
    Type : System.Int32
    Spécifie la raison pour la modification d'état d'affichage.

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsWindowFrameNotify.OnShow(Int32)

Sécurité .NET Framework

Voir aussi

Référence

DesignerWindowPane Classe

Microsoft.VisualStudio.Shell.Design, espace de noms