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
)
参数
- lockType
类型:Microsoft.VisualStudio.Shell.Interop._VSRDTFLAGS
- moniker
类型:System.String
- hierPreferred
类型:Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
- itemidPreferred
类型:System.UInt32
- docCookie
类型:System.UInt32%
返回值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。