ShapeElement.GetFieldRepresentedProperty(ShapeField) 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 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.