ParentShapeHasRelativeChildShapes.ParentShape Property

DomainRole ParentShape Description for Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes.ParentShape

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "RelativeChildShapes",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.PropertyDisplayName",  _
    PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy, Multiplicity := Multiplicity.ZeroMany)> _
<DomainObjectIdAttribute("26c25712-40f8-4096-ab16-649d001d7a4d")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.DisplayName",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.Description",  _
    GetType(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")> _
Public Property ParentShape As ShapeElement
[BrowsableAttribute(false)]
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "RelativeChildShapes", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.PropertyDisplayName", 
    PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.ZeroMany)]
[DomainObjectIdAttribute("26c25712-40f8-4096-ab16-649d001d7a4d")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public ShapeElement ParentShape { get; set; }
[BrowsableAttribute(false)]
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"RelativeChildShapes", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.PropertyDisplayName", 
    PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, Multiplicity = Multiplicity::ZeroMany)]
[DomainObjectIdAttribute(L"26c25712-40f8-4096-ab16-649d001d7a4d")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.Description", 
    typeof(CoreDesignSurfaceDomainModel), L"Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
public:
property ShapeElement^ ParentShape {
    ShapeElement^ get ();
    void set (ShapeElement^ value);
}
[<BrowsableAttribute(false)>]
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "RelativeChildShapes", 
    PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.PropertyDisplayName", 
    PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, Multiplicity = Multiplicity.ZeroMany)>]
[<DomainObjectIdAttribute("26c25712-40f8-4096-ab16-649d001d7a4d")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.DisplayName", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/ParentShape.Description", 
    typeof(CoreDesignSurfaceDomainModel), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")>]
member ParentShape : ShapeElement with get, set
function get ParentShape () : ShapeElement 
function set ParentShape (value : ShapeElement)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement

.NET Framework Security

See Also

Reference

ParentShapeHasRelativeChildShapes Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace