ParentRoleChangeRule 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 ParentRoleChangeRule _
Inherits RolePlayerChangeRule
'Usage
Dim instance As ParentRoleChangeRule
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public sealed class ParentRoleChangeRule : RolePlayerChangeRule
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public ref class ParentRoleChangeRule sealed : public RolePlayerChangeRule
public final class ParentRoleChangeRule extends RolePlayerChangeRule
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Rule
Microsoft.VisualStudio.Modeling.RolePlayerChangeRule
Microsoft.VisualStudio.Modeling.Diagrams.ParentRoleChangeRule
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.