FieldAccessibleObject Constructor (ShapeElement^, ShapeField^, DiagramClientView^)

 

Initializes a new instance of the FieldAccessibleObject class

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

public:
FieldAccessibleObject(
	ShapeElement^ shapeElement,
	ShapeField^ shapeField,
	DiagramClientView^ diagramClientView
)

Parameters

shapeElement
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The ShapeElement that contains the ShapeField to represent.

shapeField
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^

The ShapeField this object represents.

diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The view the accessible object is for.

Return to top
Show: