Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the parent shape element. To appear on a diagram, a shape or connector must have a parent.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property ParentShape As ShapeElement
public ShapeElement ParentShape { get; }
public:
property ShapeElement^ ParentShape {
ShapeElement^ get ();
}
member ParentShape : ShapeElement with get
function get ParentShape () : ShapeElement
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
Remarks
If ParentShape is not null, this shape element is either in the nestedChildShapes or the RelativeChildShapes of its parent; and either IsNestedChildor IsRelativeChild is true.
A diagram does not have a parent.
A shape can have a null parent while part of a diagram is being constructed.
To get quickly to the diagram at the top of the tree, use 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.