DocData.IVsDocumentLockHolder.ShowDocumentHolder 方法
调用 Visual Studio 显示窗架与此文档。
命名空间: Microsoft.VisualStudio.Shell.Design.Serialization
程序集: Microsoft.VisualStudio.Shell.Design(在 Microsoft.VisualStudio.Shell.Design.dll 中)
语法
声明
Private Function ShowDocumentHolder As Integer
Implements IVsDocumentLockHolder.ShowDocumentHolder
int IVsDocumentLockHolder.ShowDocumentHolder()
返回值
类型:System.Int32
如果方法成功, S_OK,否则错误代码。
实现
IVsDocumentLockHolder.ShowDocumentHolder()
备注
用于显示文档给用户,当通知用户时必须关闭它打开新的编辑器。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。