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
声明
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
- 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.