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
- sourceShapeElement
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- sourcePoint
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- targetShapeElement
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- targetPoint
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- paintFeedbackArgs
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
Valor de retorno
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.