IVsRunningDocTableEvents8.OnBeforeLoadingDocumentWindowShow 方法

定义

通知已显示正在加载的文档框架。

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)

参数

documentCookie
UInt32

与此帧关联的“正在运行的文档表”Cookie。

isFirstShow
Boolean

true 如果这是第一次为此帧触发此事件,则为 ;否则为 false

documentFrame
IVsWindowFrame

即将显示的文档框架。

适用于