ShapeField.GetAccessibleChild(ShapeElement, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the accessible child subfield corresponding to the specified index.
public:
virtual Microsoft::VisualStudio::Modeling::Diagrams::ShapeSubField ^ GetAccessibleChild(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, int index);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField GetAccessibleChild (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, int index);
abstract member GetAccessibleChild : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * int -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
override this.GetAccessibleChild : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * int -> Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
Public Overridable Function GetAccessibleChild (parentShape As ShapeElement, index As Integer) As ShapeSubField
Parameters
- parentShape
- ShapeElement
The ShapeElement that contains this ShapeField.
- index
- Int32
The zero-based index of the accessible child subfield.
Returns
The accessible child subfield corresponding to the specified index.