Share via


ShapeAccessibleObject Constructor

Initializes a new instance of the ShapeAccessibleObject class.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    shape As ShapeElement, _
    diagramClientView As DiagramClientView _
)
public ShapeAccessibleObject(
    ShapeElement shape,
    DiagramClientView diagramClientView
)
public:
ShapeAccessibleObject(
    ShapeElement^ shape, 
    DiagramClientView^ diagramClientView
)
new : 
        shape:ShapeElement * 
        diagramClientView:DiagramClientView -> ShapeAccessibleObject
public function ShapeAccessibleObject(
    shape : ShapeElement, 
    diagramClientView : DiagramClientView
)

Parameters

.NET Framework Security

See Also

Reference

ShapeAccessibleObject Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace