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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.