ShapeAccessibleObject(ShapeElement, DiagramClientView) Constructor
Definition
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.
Initializes a new instance of the ShapeAccessibleObject class.
public:
ShapeAccessibleObject(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ shape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public ShapeAccessibleObject (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement shape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
new Microsoft.VisualStudio.Modeling.Diagrams.ShapeAccessibleObject : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeAccessibleObject
Public Sub New (shape As ShapeElement, diagramClientView As DiagramClientView)
Parameters
- shape
- ShapeElement
The ShapeElement to represent.
- diagramClientView
- DiagramClientView
The view the accessible object is for.