Edit

GitPathToItemsCollection.Items Property

Definition

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="items")]
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitItem>> Items { get; set; }
member this.Items : System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.GitItem>> with get, set
Public Property Items As Dictionary(Of String, List(Of GitItem))

Property Value

Attributes

Applies to