ShapeField.GetValueDomainPropertyInfo(ShapeElement) Method

Definition

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.

Applies to