ConnectionType.GetConnectTransactionName(ShapeElement, ShapeElement) Method

Definition

Gets the name of transaction used to create a connection.

public:
 virtual System::String ^ GetConnectTransactionName(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ sourceShape, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetShape);
public virtual string GetConnectTransactionName (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement sourceShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetShape);
abstract member GetConnectTransactionName : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> string
override this.GetConnectTransactionName : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> string
Public Overridable Function GetConnectTransactionName (sourceShape As ShapeElement, targetShape As ShapeElement) As String

Parameters

sourceShape
ShapeElement
targetShape
ShapeElement

Returns

Applies to