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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property Diagram As Diagram
public Diagram Diagram { get; }
public:
property Diagram^ Diagram {
    Diagram^ get ();
}
member Diagram : Diagram with get
function get Diagram () : Diagram

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram

.NET Framework Security

See Also

Reference

StandardVsModelingDiagramView Class

Microsoft.VisualStudio.Modeling.Integration.Shell Namespace