ShapeField.GetValueDomainPropertyInfo Method

Gets the domain property that is assigned to the value in the shape field.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Function GetValueDomainPropertyInfo ( _
    parentShape As ShapeElement _
) As DomainPropertyInfo
public DomainPropertyInfo GetValueDomainPropertyInfo(
    ShapeElement parentShape
)
public:
DomainPropertyInfo^ GetValueDomainPropertyInfo(
    ShapeElement^ parentShape
)
member GetValueDomainPropertyInfo : 
        parentShape:ShapeElement -> DomainPropertyInfo 
public function GetValueDomainPropertyInfo(
    parentShape : ShapeElement
) : DomainPropertyInfo

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
The domain property that is assigned to the value in the shape field.

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace