ProjectCompatHttpClientBase.GetProjects Method
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.
Caution
This API is now deprecated.
Get projects with the specified state.
C#
[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))
- stateFilter
- Nullable<ProjectState>
Filter on team projects in a specific team project state.
- userState
- Object
- Attributes
Product | Versions (Obsolete) |
---|---|
Azure DevOps Services .NET SDK | (preview, latest) |