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

이 프레임과 연결된 실행 중인 문서 테이블 쿠키입니다.

isFirstShow
Boolean

true 이 프레임에 대해 이 이벤트가 처음 발생한 경우 그렇지 않으면 입니다 false.

documentFrame
IVsWindowFrame

표시할 문서 프레임입니다.

적용 대상