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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0.dll)
Syntax
‘선언
Public ReadOnly Property Diagram As Diagram
Get
public Diagram Diagram { get; }
public:
property Diagram^ Diagram {
Diagram^ get ();
}
member Diagram : Diagram
function get Diagram () : Diagram
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.