Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the accessible child subfield corresponding to the specified index.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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.ShapeElement
The ShapeElement that contains this ShapeField.
- index
Type: System.Int32
The 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.