VsModelingView.GetDocView Method ()
Calling GetDocView will attach this VsModelingView instance to the ModelingDocView instance represented by it. The caller needs to explicitly call Show() to make the WindowFrame visible in VS, if was not already visible.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)
Syntax
protected ModelingDocView GetDocView()
protected:
ModelingDocView^ GetDocView()
member GetDocView : unit -> ModelingDocView
Protected Function GetDocView As ModelingDocView
Parameters
Return Value
Type: Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
ModelingDocView represented by this ModelBusView object
See Also
VsModelingView Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace
Return to top