Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the accessible child 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 GetChild ( _
index As Integer _
) As AccessibleObject
public override AccessibleObject GetChild(
int index
)
public:
virtual AccessibleObject^ GetChild(
int index
) override
abstract GetChild :
index:int -> AccessibleObject
override GetChild :
index:int -> AccessibleObject
public override function GetChild(
index : int
) : AccessibleObject
Parameters
index
Type: Int32The zero-based index of the accessible child.
Return Value
Type: AccessibleObject
.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.