ShapeField::GetAccessibleChild Method (ShapeElement^, Int32)

 

Gets the Accessibility object for the child shape field.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The parent shape field of the child shape field.

index
Type: System::Int32

The index that is assigned to the child shape field.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeSubField^

The Accessibility object for the child shape field.

Return to top
Show: