ShapeElement.GetSubFieldRepresentedProperty(ShapeField, ShapeSubField) 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 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.