[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Gibt ein Kindobjekt anhand seiner Id zurück.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public TChild this[ int id ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ id As Integer _ ) As TChild Get |
F# |
---|
member Item : 'TChild |
Parameters
- id
- Type: System..::..Int32
Die ID des gesuchten Kindobjektes.