ElementListCompartment::GetSubFieldRepresentedProperty Method (ShapeField^, ShapeSubField^)

 

Gets the property descriptor associated with the specified subfield.

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

public:
virtual DomainPropertyInfo^ GetSubFieldRepresentedProperty(
	ShapeField^ field,
	ShapeSubField^ subfield
) override

Parameters

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

A child ShapeField of this ShapeElement.

subfield
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeSubField^
subField

A child ShapeSubField of the specified ShapeField.

Return to top
Show: