ShapeField.GetAccessibleChild Method
Gets the Accessibility object for the child shape field.
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 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.ShapeElementThe parent shape field of the child shape field.
index
Type: Int32The 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.