ShapeElement.GetSubFieldRepresentedProperty(ShapeField, ShapeSubField) Method

Definition

Gets the property descriptor associated with the specified subfield.

public:
 virtual Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ GetSubFieldRepresentedProperty(Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ field, Microsoft::VisualStudio::Modeling::Diagrams::ShapeSubField ^ subfield);
public virtual Microsoft.VisualStudio.Modeling.DomainPropertyInfo GetSubFieldRepresentedProperty (Microsoft.VisualStudio.Modeling.Diagrams.ShapeField field, Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField subfield);
abstract member GetSubFieldRepresentedProperty : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField -> Microsoft.VisualStudio.Modeling.DomainPropertyInfo
override this.GetSubFieldRepresentedProperty : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField * Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField -> Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Public Overridable 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.

Remarks

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

Applies to