IVsRunningDocTableEvents8.OnBeforeLoadingDocumentWindowShow Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.