SubfieldAccessibleObject Constructor (ShapeElement^, ShapeField^, ShapeSubField^, DiagramClientView^)
Visual Studio 2015
Initializes a new instance of the SubfieldAccessibleObject class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
SubfieldAccessibleObject(
ShapeElement^ shapeElement,
ShapeField^ shapeField,
ShapeSubField^ shapeSubfield,
DiagramClientView^ diagramClientView
)
Parameters
- shapeElement
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The parent ShapeElement of the subfield.
- shapeField
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
The parent ShapeField of the subfield.
- shapeSubfield
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeSubField^
- diagramClientView
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^
The view this object is associated with.
- shapeSubField
The subfield that this object represents.
Show: