Share via


IVsRunningDocTableEvents8.OnBeforeLoadingDocumentWindowShow Method

Definition

Notifies that a loading document frame that has been shown.

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)

Parameters

documentCookie
UInt32

The Running Document Table cookie associated with this frame.

isFirstShow
Boolean

true if this is the first time this event has been fired for this frame; otherwise, false.

documentFrame
IVsWindowFrame

The document frame that's about to be shown.

Applies to