Freigeben über


ConnectAction.GetConnectionTypes-Methode

Bestimmen aus der Quelle, ob eine bestimmte Verbindungsart existiert

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

Syntax

'Declaration
Protected Overridable Function GetConnectionTypes ( _
    sourceShapeElement As ShapeElement, _
    targetShapeElement As ShapeElement _
) As ConnectionType()
protected virtual ConnectionType[] GetConnectionTypes(
    ShapeElement sourceShapeElement,
    ShapeElement targetShapeElement
)

Parameter

Rückgabewert

Typ: array<Microsoft.VisualStudio.Modeling.Diagrams.ConnectionType[]

.NET Framework-Sicherheit

Siehe auch

Referenz

ConnectAction Klasse

Microsoft.VisualStudio.Modeling.Diagrams-Namespace