BinaryLinkNodeChangeRule Class
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
<RuleOnAttribute(GetType(LinkConnectsToNode))> _
Public Class BinaryLinkNodeChangeRule _
Inherits RolePlayerChangeRule
'Usage
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.