共用方式為


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

即將顯示的檔框架。

適用於