ShapeField.GetValueDomainPropertyInfo(ShapeElement) 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 DomainPropertyInfo for the value of this field.
public:
Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ GetValueDomainPropertyInfo(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public Microsoft.VisualStudio.Modeling.DomainPropertyInfo GetValueDomainPropertyInfo (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
member this.GetValueDomainPropertyInfo : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> Microsoft.VisualStudio.Modeling.DomainPropertyInfo
Public Function GetValueDomainPropertyInfo (parentShape As ShapeElement) As DomainPropertyInfo
Parameters
- parentShape
- ShapeElement
The ShapeElement instance.
Returns
The Property info for the value of this field.