Share via


ParentShapeHasRelativeChildShapesAddRule 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 ParentShapeHasRelativeChildShapesAddRule _
    Inherits AddRule
'Usage
Dim instance As ParentShapeHasRelativeChildShapesAddRule
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public sealed class ParentShapeHasRelativeChildShapesAddRule : AddRule
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public ref class ParentShapeHasRelativeChildShapesAddRule sealed : public AddRule
public final class ParentShapeHasRelativeChildShapesAddRule extends AddRule

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Rule
    Microsoft.VisualStudio.Modeling.AddRule
      Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapesAddRule

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

ParentShapeHasRelativeChildShapesAddRule Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace