ShapeElement.GetFieldRepresentedProperty Method

Gets the property information for a field in the shape.

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

Syntax

'Declaration
Public Overridable Function GetFieldRepresentedProperty ( _
    field As ShapeField _
) As DomainPropertyInfo
public virtual DomainPropertyInfo GetFieldRepresentedProperty(
    ShapeField field
)
public:
virtual DomainPropertyInfo^ GetFieldRepresentedProperty(
    ShapeField^ field
)
abstract GetFieldRepresentedProperty : 
        field:ShapeField -> DomainPropertyInfo  
override GetFieldRepresentedProperty : 
        field:ShapeField -> DomainPropertyInfo
public function GetFieldRepresentedProperty(
    field : ShapeField
) : DomainPropertyInfo

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
The property information for a field in the shape.

Remarks

This is intended to be used by accessibility, selection, and in-place editing.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace