ElementListCompartment.GetSubFieldRepresentedProperty 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 property descriptor associated with the specified subfield.
public:
override Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ GetSubFieldRepresentedProperty(Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ field, Microsoft::VisualStudio::Modeling::Diagrams::ShapeSubField ^ subfield);
public override Microsoft.VisualStudio.Modeling.DomainPropertyInfo GetSubFieldRepresentedProperty (Microsoft.VisualStudio.Modeling.Diagrams.ShapeField field, Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField subfield);
override this.GetSubFieldRepresentedProperty : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField -> Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Public Overrides Function GetSubFieldRepresentedProperty (field As ShapeField, subfield As ShapeSubField) As DomainPropertyInfo
Parameters
- field
- ShapeField
A child ShapeField of this ShapeElement.
- subfield
- ShapeSubField
Returns
The property descriptor associated with the specified subfield.