NestedShapesParentRoleChangeRule Class

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

Syntax

<RuleOnAttribute(GetType(ParentShapeContainsNestedChildShapes))> _
Public NotInheritable Class NestedShapesParentRoleChangeRule _
    Inherits RolePlayerChangeRule

Dim instance As NestedShapesParentRoleChangeRule
[RuleOnAttribute(typeof(ParentShapeContainsNestedChildShapes))]
public sealed class NestedShapesParentRoleChangeRule : RolePlayerChangeRule
[RuleOnAttribute(typeof(ParentShapeContainsNestedChildShapes))]
public ref class NestedShapesParentRoleChangeRule sealed : public RolePlayerChangeRule
public final class NestedShapesParentRoleChangeRule extends RolePlayerChangeRule

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Rule
    Microsoft.VisualStudio.Modeling.RolePlayerChangeRule
      Microsoft.VisualStudio.Modeling.Diagrams.NestedShapesParentRoleChangeRule

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

NestedShapesParentRoleChangeRule Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace