ConnectAction.GetConnectionTypes(ShapeElement, ShapeElement) Método

Definição

Determinar da origem se um tipo de conexão específico for encerrado

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

Parâmetros

sourceShapeElement
ShapeElement
targetShapeElement
ShapeElement

Retornos

ConnectionType[]

Aplica-se a