Metodo ConnectionType.DoPaintFeedback
Spazio dei nomi: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Sintassi
'Dichiarazione
Public Overridable Function DoPaintFeedback ( _
paintArgs As DiagramPaintEventArgs, _
sourceShapeElement As ShapeElement, _
sourcePoint As PointD, _
targetShapeElement As ShapeElement, _
targetPoint As PointD, _
paintFeedbackArgs As PaintFeedbackArgs _
) As PaintFeedbackArgs
public virtual PaintFeedbackArgs DoPaintFeedback(
DiagramPaintEventArgs paintArgs,
ShapeElement sourceShapeElement,
PointD sourcePoint,
ShapeElement targetShapeElement,
PointD targetPoint,
PaintFeedbackArgs paintFeedbackArgs
)
Parametri
- paintArgs
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
- 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
Valore restituito
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.