Share via


IShape.Diagram Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The diagram that owns this shape.

Namespace:  Microsoft.VisualStudio.Uml.Presentation
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property Diagram As IDiagram
    Get
'Usage
Dim instance As IShape
Dim value As IDiagram

value = instance.Diagram
IDiagram Diagram { get; }
property IDiagram^ Diagram {
    IDiagram^ get ();
}
abstract Diagram : IDiagram
function get Diagram () : IDiagram

Property Value

Type: Microsoft.VisualStudio.Uml.Presentation.IDiagram

.NET Framework Security

See Also

Reference

IShape Interface

IShape Members

Microsoft.VisualStudio.Uml.Presentation Namespace