Freigeben über


ItemModel.ChildItems-Eigenschaft

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ChildItems As IList(Of ItemModel)
[DataMemberAttribute(EmitDefaultValue = false)]
public IList<ItemModel> ChildItems { get; set; }

Eigenschaftswert

Typ: System.Collections.Generic.IList<ItemModel>

.NET Framework-Sicherheit

Siehe auch

Referenz

ItemModel Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace