ShapeElement::GetFieldRepresentedElement Method (ShapeField^)
Visual Studio 2015
Gets the primary element that the child shape represents.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- field
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
A child field in the element.
Return Value
Type: Microsoft.VisualStudio.Modeling::ModelElement^The primary element that the child shape represents.
This is intended to be used by accessibility, selection, and in-place editing. For example, the specified ShapeField may be part of a selection (as a DiagramItem), but the selection is only interested in the ModelElement that the ShapeField represents. Similarly, the specified ShapeField (as a DiagramItem) may be queried by an Accessibility client for the accessible name and description, which is automatically handled by the ModelElement.
Show: