ElementListCompartment.GetSubFieldRepresentedPropertyElements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
override System::Collections::ICollection ^ GetSubFieldRepresentedPropertyElements(Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ field, Microsoft::VisualStudio::Modeling::Diagrams::ShapeSubField ^ subfield);
public override System.Collections.ICollection GetSubFieldRepresentedPropertyElements (Microsoft.VisualStudio.Modeling.Diagrams.ShapeField field, Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField subfield);
override this.GetSubFieldRepresentedPropertyElements : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField -> System.Collections.ICollection
Public Overrides Function GetSubFieldRepresentedPropertyElements (field As ShapeField, subfield As ShapeSubField) As ICollection
Parameters
- field
- ShapeField
- subfield
- ShapeSubField