Edit

ProjectCollectionHttpClient.GetProjectCollections Method

Definition

Get all project collections for the requested application.

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.Core.WebApi.TeamProjectCollectionReference>> GetProjectCollections(Nullable<int> top = null, Nullable<int> skip = null, object userState = null);
member this.GetProjectCollections : Nullable<int> * Nullable<int> * obj -> System.Threading.Tasks.Task<seq<Microsoft.TeamFoundation.Core.WebApi.TeamProjectCollectionReference>>
Public Function GetProjectCollections (Optional top As Nullable(Of Integer) = null, Optional skip As Nullable(Of Integer) = null, Optional userState As Object = null) As Task(Of IEnumerable(Of TeamProjectCollectionReference))

Parameters

skip
Nullable<Int32>
userState
Object

Returns

Applies to