ShapeField.GetAccessibleChild Method

Gets the Accessibility object for the child shape field.

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

Syntax

'Declaration
Public Overridable Function GetAccessibleChild ( _
    parentShape As ShapeElement, _
    index As Integer _
) As ShapeSubField
public virtual ShapeSubField GetAccessibleChild(
    ShapeElement parentShape,
    int index
)
public:
virtual ShapeSubField^ GetAccessibleChild(
    ShapeElement^ parentShape, 
    int index
)
abstract GetAccessibleChild : 
        parentShape:ShapeElement * 
        index:int -> ShapeSubField 
override GetAccessibleChild : 
        parentShape:ShapeElement * 
        index:int -> ShapeSubField 
public function GetAccessibleChild(
    parentShape : ShapeElement, 
    index : int
) : ShapeSubField

Parameters

  • 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.

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace