ListField.GetAccessibleChild Method
Retrieves the accessible child subfield corresponding to the specified index.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overrides Function GetAccessibleChild ( _
parentShape As ShapeElement, _
index As Integer _
) As ShapeSubField
public override ShapeSubField GetAccessibleChild(
ShapeElement parentShape,
int index
)
public:
virtual ShapeSubField^ GetAccessibleChild(
ShapeElement^ parentShape,
int index
) override
abstract GetAccessibleChild :
parentShape:ShapeElement *
index:int -> ShapeSubField
override GetAccessibleChild :
parentShape:ShapeElement *
index:int -> ShapeSubField
public override function GetAccessibleChild(
parentShape : ShapeElement,
index : int
) : ShapeSubField
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe ShapeElement that contains this ShapeField.
index
Type: Int32The zero-based index of the accessible child subfield.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
.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.