IVsRunningDocTableEvents.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé après le passage d'une fenêtre de document à l'état Masqué.
public:
int OnAfterDocumentWindowHide(System::UInt32 docCookie, Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ pFrame);
public:
int OnAfterDocumentWindowHide(unsigned int docCookie, Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ pFrame);
int OnAfterDocumentWindowHide(unsigned int docCookie, Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & pFrame);
public int OnAfterDocumentWindowHide (uint docCookie, Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame pFrame);
abstract member OnAfterDocumentWindowHide : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> int
Public Function OnAfterDocumentWindowHide (docCookie As UInteger, pFrame As IVsWindowFrame) As Integer
Paramètres
- docCookie
- UInt32
[in] Valeur abstraite qui représente le document dont la fenêtre a été masquée.
- pFrame
- IVsWindowFrame
[in] Interface IVsWindowFrame représentant le frame qui contient la fenêtre du document.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Cette méthode est appelée lorsque la fenêtre du document est masquée.
Signature COM
À partir de vsshell. idl :
HRESULT IVsRunningDocTableEvents::OnAfterDocumentWindowHide(
[in] VSCOOKIE docCookie,
[in] IVsWindowFrame *pFrame
);