Share via


StandardVsModelingDiagramView.VSDiagramView Property

 

Exposes the VSDiagramView that hosts the Diagram object wrapped by this ModelBusView as a Form control inside Visual Studio.

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

public VSDiagramView VSDiagramView { get; }
public:
property VSDiagramView^ VSDiagramView {
    VSDiagramView^ get();
}
member VSDiagramView : VSDiagramView with get
Public ReadOnly Property VSDiagramView As VSDiagramView

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell.VSDiagramView

See Also

StandardVsModelingDiagramView Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace

Return to top