CreateInheritanceLink Class

 

ConnectionBuilder class to provide logic for constructing connections between elements.

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

System::Object
  Microsoft.VisualStudio.Modeling.DslDefinition::CreateInheritanceLink

public ref class CreateInheritanceLink abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCanAcceptSource(ModelElement^)

Test whether a given model element is acceptable to this ConnectionBuilder as the source of a connection.

System_CAPS_pubmethodSystem_CAPS_staticCanAcceptSourceAndTarget(ModelElement^, ModelElement^)

Test whether a given pair of model elements are acceptable to this ConnectionBuilder as the source and target of a connection

System_CAPS_pubmethodSystem_CAPS_staticCanAcceptTarget(ModelElement^)

Test whether a given model element is acceptable to this ConnectionBuilder as the target of a connection.

System_CAPS_pubmethodSystem_CAPS_staticConnect(ModelElement^, ModelElement^)

Make a connection between the given pair of source and target elements

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: