DesignSurfaceAccessibleObject(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 DesignSurfaceAccessibleObject class.
public:
DesignSurfaceAccessibleObject(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public DesignSurfaceAccessibleObject (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
new Microsoft.VisualStudio.Modeling.Diagrams.DesignSurfaceAccessibleObject : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> Microsoft.VisualStudio.Modeling.Diagrams.DesignSurfaceAccessibleObject
Public Sub New (diagramClientView As DiagramClientView)
Parameters
- diagramClientView
- DiagramClientView
The DiagramClientView that this object will represent.