Share via


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

'Declaration
Protected Function GetDocView As ModelingDocView
protected ModelingDocView GetDocView()
protected:
ModelingDocView^ GetDocView()
member GetDocView : unit -> ModelingDocView
protected function GetDocView() : ModelingDocView

Return Value

Type: Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
ModelingDocView represented by this ModelBusView object

.NET Framework Security

See Also

Reference

VsModelingView Class

Microsoft.VisualStudio.Modeling.Integration.Shell Namespace