Invalidates the feedback from the mouse action.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overridable Sub Invalidate ( _
diagramClientView As DiagramClientView _
)
'使用
Dim diagramClientView As DiagramClientView
Me.Invalidate(diagramClientView)
protected virtual void Invalidate(
DiagramClientView diagramClientView
)
protected:
virtual void Invalidate(
DiagramClientView^ diagramClientView
)
protected function Invalidate(
diagramClientView : DiagramClientView
)
Parameters
diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe client view for the diagram.
Permissions
- 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.