ElementListCompartment::GetSubFieldRepresentedPropertyElements Method (ShapeField^, ShapeSubField^)
Visual Studio 2015
Gets the ModelElement that hosts the property displayed in the specified ShapeSubField. This may be different from the ModelElement returned from GetSubFieldRepresentedElements because the subfield may represent one element, but may get it's displayed property from another element that is related to the represented element.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual ICollection^ GetSubFieldRepresentedPropertyElements( ShapeField^ field, ShapeSubField^ subfield ) override
Parameters
- field
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^
- subfield
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeSubField^
Return Value
Type: System.Collections::ICollection^
Show: