VsModelingView.GetDocView 方法
调用 GetDocView 将附加此 VsModelingView 实例传递给它表示的 ModelingDocView 实例。,如果不可见,调用方需要显式调用 Show() 使 WindowFrame 可见。
命名空间: Microsoft.VisualStudio.Modeling.Integration.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll 中)
语法
声明
Protected Function GetDocView As ModelingDocView
protected ModelingDocView GetDocView()
返回值
类型:Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
ModelingDocView 由此对象表示 ModelBusView
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。