ListField.GetAccessibleChild(ShapeElement, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索对应于指定索引的辅助性子子字段。
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
可访问子字段的从零开始的索引。
返回
对应于指定索引的辅助性子子字段。