ShapeElement.GetSubFieldRepresentedElements Method

Gets a collection of elements that the shape for the child field represents.

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

Syntax

'Declaration
Public Overridable Function GetSubFieldRepresentedElements ( _
    field As ShapeField, _
    subfield As ShapeSubField _
) As ICollection
'Usage
Dim instance As ShapeElement 
Dim field As ShapeField 
Dim subfield As ShapeSubField 
Dim returnValue As ICollection 

returnValue = instance.GetSubFieldRepresentedElements(field, _
    subfield)
public virtual ICollection GetSubFieldRepresentedElements(
    ShapeField field,
    ShapeSubField subfield
)
public:
virtual ICollection^ GetSubFieldRepresentedElements(
    ShapeField^ field, 
    ShapeSubField^ subfield
)
public function GetSubFieldRepresentedElements(
    field : ShapeField, 
    subfield : ShapeSubField
) : ICollection

Parameters

Return Value

Type: System.Collections.ICollection
A collection of elements that the shape for the child field represents.

Remarks

This is intended to be used by accessibility, selection, and in-place editing. For example, the specified ShapeSubField (as a DiagramItem) may be part of a selection, but the selection is only interested in the ModelElement that the ShapeField represents. Similarly, the specified ShapeSubField (as a DiagramItem) may be queried by an Accessibility client for the accessible name and description, which is automatically handled by the ModelElement.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace