Share via


ListField.GetAccessibleChild Method

Retrieves the accessible child subfield corresponding to the specified index.

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 Overrides Function GetAccessibleChild ( _
    parentShape As ShapeElement, _
    index As Integer _
) As ShapeSubField
public override ShapeSubField GetAccessibleChild(
    ShapeElement parentShape,
    int index
)
public:
virtual ShapeSubField^ GetAccessibleChild(
    ShapeElement^ parentShape, 
    int index
) override
abstract GetAccessibleChild : 
        parentShape:ShapeElement * 
        index:int -> ShapeSubField  
override GetAccessibleChild : 
        parentShape:ShapeElement * 
        index:int -> ShapeSubField
public override function GetAccessibleChild(
    parentShape : ShapeElement, 
    index : int
) : ShapeSubField

Parameters

  • index
    Type: Int32

    The zero-based index of the accessible child subfield.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField

.NET Framework Security

See Also

Reference

ListField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace