ListField::GetAccessibleChild Method (ShapeElement^, Int32)
Visual Studio 2015
Retrieves the accessible child subfield corresponding to the specified index.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual ShapeSubField^ GetAccessibleChild( ShapeElement^ parentShape, int index ) override
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The ShapeElement that contains this ShapeField.
- index
-
Type:
System::Int32
The zero-based index of the accessible child subfield.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeSubField^
Show: