Language
Edit

ProjectCompatHttpClientBase.GetProjects Method

Definition

Caution

This API is now deprecated.

Get projects with the specified state.

[System.Obsolete]
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.Core.WebApi.TeamProjectReference>> GetProjects(Nullable<Microsoft.TeamFoundation.Core.WebApi.ProjectState> stateFilter, Nullable<int> top, Nullable<int> skip, object userState);
member this.GetProjects : Nullable<Microsoft.TeamFoundation.Core.WebApi.ProjectState> * Nullable<int> * Nullable<int> * obj -> System.Threading.Tasks.Task<seq<Microsoft.TeamFoundation.Core.WebApi.TeamProjectReference>>
Public Function GetProjects (stateFilter As Nullable(Of ProjectState), top As Nullable(Of Integer), skip As Nullable(Of Integer), userState As Object) As Task(Of IEnumerable(Of TeamProjectReference))

Parameters

stateFilter
Nullable<ProjectState>

Filter on team projects in a specific team project state.

skip
Nullable<Int32>
userState
Object

Returns

Attributes

Applies to