ConnectionType.InvalidatePaintFeedback Method
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaración
Public Overridable Sub InvalidatePaintFeedback ( _
paintFeedbackArgs As PaintFeedbackArgs, _
diagram As Diagram _
)
public virtual void InvalidatePaintFeedback(
PaintFeedbackArgs paintFeedbackArgs,
Diagram diagram
)
public:
virtual void InvalidatePaintFeedback(
PaintFeedbackArgs^ paintFeedbackArgs,
Diagram^ diagram
)
abstract InvalidatePaintFeedback :
paintFeedbackArgs:PaintFeedbackArgs *
diagram:Diagram -> unit
override InvalidatePaintFeedback :
paintFeedbackArgs:PaintFeedbackArgs *
diagram:Diagram -> unit
public function InvalidatePaintFeedback(
paintFeedbackArgs : PaintFeedbackArgs,
diagram : Diagram
)
Parameters
- paintFeedbackArgs
Type: Microsoft.VisualStudio.Modeling.Diagrams.PaintFeedbackArgs
- diagram
Type: Microsoft.VisualStudio.Modeling.Diagrams.Diagram
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.