ListField.GetAccessibleChild(ShapeElement, Int32) 方法

定义

检索对应于指定索引的辅助性子子字段。

public:
 override Microsoft::VisualStudio::Modeling::Diagrams::ShapeSubField ^ GetAccessibleChild(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, int index);
public override Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField GetAccessibleChild (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, int index);
override this.GetAccessibleChild : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * int -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
Public Overrides Function GetAccessibleChild (parentShape As ShapeElement, index As Integer) As ShapeSubField

参数

parentShape
ShapeElement

包含此 ShapeField 的 ShapeElement。

index
Int32

可访问子字段的从零开始的索引。

返回

ShapeSubField

对应于指定索引的辅助性子子字段。

适用于