MouseAction Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MouseAction() |
Initializes a new instance of the MouseAction class. |
MouseAction(Diagram) |
Initializes a new instance of the MouseAction class. |
Initializes a new instance of the MouseAction class.
C++
protected:
MouseAction();
protected MouseAction();
Protected Sub New ()
Applies to
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
Initializes a new instance of the MouseAction class.
C++
protected:
MouseAction(Microsoft::VisualStudio::Modeling::Diagrams::Diagram ^ diagram);
protected MouseAction(Microsoft.VisualStudio.Modeling.Diagrams.Diagram diagram);
new Microsoft.VisualStudio.Modeling.Diagrams.MouseAction : Microsoft.VisualStudio.Modeling.Diagrams.Diagram -> Microsoft.VisualStudio.Modeling.Diagrams.MouseAction
Protected Sub New (diagram As Diagram)
Parameters
- diagram
- Diagram
The Diagram that owns this MouseAction.
Applies to
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |