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