Partilhar via


Método ConnectionType.UpdatePaintFeedbackParameters

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

Sintaxe

'Declaração
Public Overridable Function UpdatePaintFeedbackParameters ( _
    sourceShapeElement As ShapeElement, _
    sourcePoint As PointD, _
    targetShapeElement As ShapeElement, _
    targetPoint As PointD, _
    paintFeedbackArgs As PaintFeedbackArgs _
) As PaintFeedbackArgs
public virtual PaintFeedbackArgs UpdatePaintFeedbackParameters(
    ShapeElement sourceShapeElement,
    PointD sourcePoint,
    ShapeElement targetShapeElement,
    PointD targetPoint,
    PaintFeedbackArgs paintFeedbackArgs
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs

Segurança do .NET Framework

Consulte também

Referência

ConnectionType Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams