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

 

Gets the property for the child field.

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
)

Parameters

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

The parent field for the child field.

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

The child field.

subField

A child ShapeSubField of the specified ShapeField.

Return Value

Type: Microsoft.VisualStudio.Modeling::DomainPropertyInfo^

The property for the child field.

This is intended to be used by in-place editing.

Return to top
Show: