Metodo ConnectionType.UpdatePaintFeedbackParameters
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 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
)
Parametri
- 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.