Alerts listeners that the user has released the mouse button.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Sub ReleaseMouse ( _
diagramClientView As DiagramClientView _
)
'使用
Dim diagramClientView As DiagramClientView
Me.ReleaseMouse(diagramClientView)
protected void ReleaseMouse(
DiagramClientView diagramClientView
)
protected:
void ReleaseMouse(
DiagramClientView^ diagramClientView
)
protected function ReleaseMouse(
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.