Share via


ParentShapeHasRelativeChildShapesDeleteRule Class

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

Syntax

'Declaration
<RuleOnAttribute(GetType(ParentShapeHasRelativeChildShapes))> _
Public NotInheritable Class ParentShapeHasRelativeChildShapesDeleteRule _
    Inherits DeleteRule
'Usage
Dim instance As ParentShapeHasRelativeChildShapesDeleteRule
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public sealed class ParentShapeHasRelativeChildShapesDeleteRule : DeleteRule
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public ref class ParentShapeHasRelativeChildShapesDeleteRule sealed : public DeleteRule
public final class ParentShapeHasRelativeChildShapesDeleteRule extends DeleteRule

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Rule
    Microsoft.VisualStudio.Modeling.DeleteRule
      Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapesDeleteRule

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ParentShapeHasRelativeChildShapesDeleteRule Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace