IVsRunningDocTableEvents8.OnBeforeLoadingDocumentWindowShow 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.
Avertit qu’un cadre de document de chargement a été affiché.
public void OnBeforeLoadingDocumentWindowShow (uint documentCookie, bool isFirstShow, Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame documentFrame);
abstract member OnBeforeLoadingDocumentWindowShow : uint32 * bool * Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame -> unit
Public Sub OnBeforeLoadingDocumentWindowShow (documentCookie As UInteger, isFirstShow As Boolean, documentFrame As IVsWindowFrame)
Paramètres
- documentCookie
- UInt32
Cookie De table de document en cours d’exécution associé à ce cadre.
- isFirstShow
- Boolean
true
si c’est la première fois que cet événement est déclenché pour ce cadre ; sinon, false
.
- documentFrame
- IVsWindowFrame
Cadre de document sur le point d’être affiché.