ConnectionType.GetConnectTransactionName(ShapeElement, ShapeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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