Partager via


IVsRunningDocTableEvents8.OnBeforeLoadingDocumentWindowShow Méthode

Définition

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é.

S’applique à