IVsRunningDocTableEvents3.OnAfterFirstDocumentLock 方法 (UInt32, UInt32, UInt32, UInt32)

调用在指定类型的第一个锁的应用程序后为在上运行的文档表 (RDT)。

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

语法

声明
Function OnAfterFirstDocumentLock ( _
    docCookie As UInteger, _
    dwRDTLockType As UInteger, _
    dwReadLocksRemaining As UInteger, _
    dwEditLocksRemaining As UInteger _
) As Integer
int OnAfterFirstDocumentLock(
    uint docCookie,
    uint dwRDTLockType,
    uint dwReadLocksRemaining,
    uint dwEditLocksRemaining
)

参数

  • docCookie
    类型:System.UInt32
    [in] 表示已更改属性的文档的抽象值。
  • dwReadLocksRemaining
    类型:System.UInt32
    [in] 指定剩余的读取锁的数目。
  • dwEditLocksRemaining
    类型:System.UInt32
    [in] 指定剩余的数字编辑锁。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsRunningDocTableEvents3::OnAfterFirstDocumentLock(
   [in] VSCOOKIE docCookie,
   [in] VSRDTFLAGS dwRDTLockType,
   [in] DWORD dwReadLocksRemaining,
   [in] DWORD dwEditLocksRemaining
);

.NET Framework 安全性

请参见

参考

IVsRunningDocTableEvents3 接口

OnAfterFirstDocumentLock 重载

Microsoft.VisualStudio.Shell.Interop 命名空间