ProjectCollectionHttpClient.GetProjectCollections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- userState
- Object