ShapeElement.GetFieldRepresentedProperty(ShapeField) Method

Definition

Gets property information that the specified ShapeField represents.

public:
 virtual Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ GetFieldRepresentedProperty(Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ field);
public virtual Microsoft.VisualStudio.Modeling.DomainPropertyInfo GetFieldRepresentedProperty (Microsoft.VisualStudio.Modeling.Diagrams.ShapeField field);
abstract member GetFieldRepresentedProperty : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> Microsoft.VisualStudio.Modeling.DomainPropertyInfo
override this.GetFieldRepresentedProperty : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Public Overridable Function GetFieldRepresentedProperty (field As ShapeField) As DomainPropertyInfo

Parameters

field
ShapeField

Returns

Remarks

This is intended to be used by accessibility, selection, and in-place editing.

Applies to