Share via


StandardVsModelingDiagramView.Diagram Property

 

Exposes the Diagram object represented by this DSL based ModelBusView.

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 Diagram Diagram { get; }
public:
property Diagram^ Diagram {
    Diagram^ get();
}
member Diagram : Diagram with get
Public ReadOnly Property Diagram As Diagram

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram

See Also

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

Return to top