ParentShapeHasRelativeChildShapes::RelativeChildShapes Property

 

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

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

public:
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/RelativeChildShapes.DisplayName", 
	(CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/RelativeChildShapes.Description", 
	(CoreDesignSurfaceDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.Diagrams.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = "ParentShape", 
	PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes/RelativeChildShapes.PropertyDisplayName", 
	PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, 
	Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute("7b607ae0-2ebe-4a93-b296-ced5cb95d203")]
property ShapeElement^ RelativeChildShapes {
	ShapeElement^ get();
	void set(ShapeElement^ value);
}
Return to top
Show: