IVsRunningDocTableEvents2.OnBeforeDocumentWindowShow 方法 (UInt32, Int32, IVsWindowFrame)

调用显示文档窗口之前。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function OnBeforeDocumentWindowShow ( _
    docCookie As UInteger, _
    fFirstShow As Integer, _
    pFrame As IVsWindowFrame _
) As Integer
int OnBeforeDocumentWindowShow(
    uint docCookie,
    int fFirstShow,
    IVsWindowFrame pFrame
)

参数

  • docCookie
    类型:System.UInt32
    [in] 表示已更改属性的文档的抽象值。
  • fFirstShow
    类型:System.Int32
    [in] 非零 (TRUE),如果文档窗口首次显示。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

,在文档窗口中显示之前,调用此方法。

COM 签名

从 vsshell.idl:

HRESULT IVsRunningDocTableEvents2::OnBeforeDocumentWindowShow(
   [in] VSCOOKIE docCookie,
   [in] BOOL fFirstShow,
   [in] IVsWindowFrame *pFrame
);

.NET Framework 安全性

请参见

参考

IVsRunningDocTableEvents2 接口

OnBeforeDocumentWindowShow 重载

Microsoft.VisualStudio.Shell.Interop 命名空间