NodeShape.ExpandCollapseNodeShapeWhenAddedToDiagramRule Class

Rule to call Collapse() on a new NodeShape if its IsExpanded flag is false when it is parented (directly or indirectly) by the diagram. This rule calls Collapse() for the node shape that is added to the diagram and all other node shapes that are descendents of that node shape, because then got parented by the diagram too.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.Rule
    Microsoft.VisualStudio.Modeling.AddRule
      Microsoft.VisualStudio.Modeling.Diagrams.NodeShape.ExpandCollapseNodeShapeWhenAddedToDiagramRule

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

Syntax

'Declaration
<RuleOnAttribute(GetType(ParentShapeContainsNestedChildShapes))> _
<RuleOnAttribute(GetType(ParentShapeHasRelativeChildShapes))> _
Public Class ExpandCollapseNodeShapeWhenAddedToDiagramRule _
    Inherits AddRule
[RuleOnAttribute(typeof(ParentShapeContainsNestedChildShapes))]
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public class ExpandCollapseNodeShapeWhenAddedToDiagramRule : AddRule
[RuleOnAttribute(typeof(ParentShapeContainsNestedChildShapes))]
[RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))]
public ref class ExpandCollapseNodeShapeWhenAddedToDiagramRule : public AddRule
[<RuleOnAttribute(typeof(ParentShapeContainsNestedChildShapes))>]
[<RuleOnAttribute(typeof(ParentShapeHasRelativeChildShapes))>]
type ExpandCollapseNodeShapeWhenAddedToDiagramRule =  
    class 
        inherit AddRule 
    end
public class ExpandCollapseNodeShapeWhenAddedToDiagramRule extends AddRule

The NodeShape.ExpandCollapseNodeShapeWhenAddedToDiagramRule type exposes the following members.

Constructors

  Name Description
Public method NodeShape.ExpandCollapseNodeShapeWhenAddedToDiagramRule

Top

Properties

  Name Description
Public property FireBefore true if this rule will be executed before the change occurs. (Inherited from Rule.)
Public property FireImmediately true if this rule will execute immediately the change occurs. (Inherited from Rule.)
Public property FireOnLocalCommit true if this rule will execute when the current transaction commits. (Inherited from Rule.)
Public property FireOnTopLevelCommit true if this rule will execute when the top level transaction commits. (Inherited from Rule.)
Public property FireTime Gets or sets when the rule should execute. Normally set by the RuleOn attribute. (Inherited from Rule.)
Public property IsEnabled Gets or sets whether the rule is enabled. Normally true by default, but you can initialize it to false in the RuleOn attribute. (Inherited from Rule.)
Public property Priority Gets the priority that is assigned to the rule. Helps to determine the order in which rules are executed at the end of a transaction. (Inherited from Rule.)

Top

Methods

  Name Description
Public method CompareTo(Object) Compares the rule to another object. (Inherited from Rule.)
Public method CompareTo(Rule) Compares the rule to another rule by their IDs. (Inherited from Rule.)
Public method ElementAdded (Overrides AddRule.ElementAdded(ElementAddedEventArgs).)
Public method Equals(Object) Verifies whether the rule is equal to another object. (Inherited from Rule.)
Public method Equals(Rule) Verifies whether a rule is equal to another rule. (Inherited from Rule.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Gets the hash code for the rule. (Inherited from Rule.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

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

Microsoft.VisualStudio.Modeling.Diagrams Namespace