BinaryLinkNodeChangeRule Class

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

Syntax

<RuleOnAttribute(GetType(LinkConnectsToNode))> _
Public Class BinaryLinkNodeChangeRule _
    Inherits RolePlayerChangeRule

Dim instance As BinaryLinkNodeChangeRule
[RuleOnAttribute(typeof(LinkConnectsToNode))]
public class BinaryLinkNodeChangeRule : RolePlayerChangeRule
[RuleOnAttribute(typeof(LinkConnectsToNode))]
public ref class BinaryLinkNodeChangeRule : public RolePlayerChangeRule
public class BinaryLinkNodeChangeRule extends RolePlayerChangeRule

Inheritance Hierarchy

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

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

BinaryLinkNodeChangeRule Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace