Share via


ParentShapeContainsNestedChildShapesDeleteRule Class

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

Syntax

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

Inheritance Hierarchy

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

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

ParentShapeContainsNestedChildShapesDeleteRule Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace