This member overrides ShapeField.GetAccessibleChild(ShapeElement, Int32).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overrides Function GetAccessibleChild ( _
parentShape As ShapeElement, _
index As Integer _
) As ShapeSubField
'使用
Dim instance As ListField
Dim parentShape As ShapeElement
Dim index As Integer
Dim returnValue As ShapeSubField
returnValue = instance.GetAccessibleChild(parentShape, _
index)
public override ShapeSubField GetAccessibleChild(
ShapeElement parentShape,
int index
)
public:
virtual ShapeSubField^ GetAccessibleChild(
ShapeElement^ parentShape,
int index
) override
public override function GetAccessibleChild(
parentShape : ShapeElement,
index : int
) : ShapeSubField
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
- index
Type: System.Int32
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
Permissions
- 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.