ShapeElement.GetSubFieldRepresentedProperty Method

Gets the property for the child field.

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

Syntax

'Declaration
Public Overridable Function GetSubFieldRepresentedProperty ( _
    field As ShapeField, _
    subfield As ShapeSubField _
) As DomainPropertyInfo
public virtual DomainPropertyInfo GetSubFieldRepresentedProperty(
    ShapeField field,
    ShapeSubField subfield
)
public:
virtual DomainPropertyInfo^ GetSubFieldRepresentedProperty(
    ShapeField^ field, 
    ShapeSubField^ subfield
)
abstract GetSubFieldRepresentedProperty : 
        field:ShapeField * 
        subfield:ShapeSubField -> DomainPropertyInfo  
override GetSubFieldRepresentedProperty : 
        field:ShapeField * 
        subfield:ShapeSubField -> DomainPropertyInfo
public function GetSubFieldRepresentedProperty(
    field : ShapeField, 
    subfield : ShapeSubField
) : DomainPropertyInfo

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
The property for the child field.

Remarks

This is intended to be used by in-place editing.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace