RunningDocumentTable.FindAndLockDocumentEx 方法 (_VSRDTFLAGS, String, IVsHierarchy, UInt32, UInt32%)

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

语法

声明
Public Function FindAndLockDocumentEx ( _
    lockType As _VSRDTFLAGS, _
    moniker As String, _
    hierPreferred As IVsHierarchy, _
    itemidPreferred As UInteger, _
    <OutAttribute> ByRef docCookie As UInteger _
) As Object
public Object FindAndLockDocumentEx(
    _VSRDTFLAGS lockType,
    string moniker,
    IVsHierarchy hierPreferred,
    uint itemidPreferred,
    out uint docCookie
)

参数

返回值

类型:System.Object

.NET Framework 安全性

请参见

参考

RunningDocumentTable 类

FindAndLockDocumentEx 重载

Microsoft.VisualStudio.Shell 命名空间