CreateDiagramElementMap Class

 

Empty ConnectionBuilder class as a placeholder for custom code.

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::CreateDiagramElementMap

public ref class CreateDiagramElementMap abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCanAcceptSource(ModelElement^)

Can this connection builder accept the given element as its connection source

System_CAPS_pubmethodSystem_CAPS_staticCanAcceptSourceAndTarget(ModelElement^, ModelElement^)

Can this connection builder accept the given elements as its connection source and targets.

System_CAPS_pubmethodSystem_CAPS_staticConnect(ModelElement^, ModelElement^)

Make the connection between the given 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: