GenericCoreConnectAction.GetConnectionTypes 方法

定义

仅支持 GenericCoreConnectionType

protected:
 override cli::array <Microsoft::VisualStudio::Modeling::Diagrams::ConnectionType ^> ^ GetConnectionTypes(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ sourceShapeElement, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ targetShapeElement);
protected override Microsoft.VisualStudio.Modeling.Diagrams.ConnectionType[] GetConnectionTypes (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement sourceShapeElement, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement targetShapeElement);
override this.GetConnectionTypes : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.Diagrams.ConnectionType[]
Protected Overrides Function GetConnectionTypes (sourceShapeElement As ShapeElement, targetShapeElement As ShapeElement) As ConnectionType()

参数

sourceShapeElement
ShapeElement
targetShapeElement
ShapeElement

返回

ConnectionType[]

适用于