Edit

TeamProjectCollection Constructors

Definition

Overloads

TeamProjectCollection()
TeamProjectCollection(TeamProjectCollectionReference)

Initializes a team project collection from a team project collection reference.

TeamProjectCollection()

public TeamProjectCollection();
Public Sub New ()

Applies to

TeamProjectCollection(TeamProjectCollectionReference)

Initializes a team project collection from a team project collection reference.

public TeamProjectCollection(Microsoft.TeamFoundation.Core.WebApi.TeamProjectCollectionReference projectCollectionRef);
new Microsoft.TeamFoundation.Core.WebApi.TeamProjectCollection : Microsoft.TeamFoundation.Core.WebApi.TeamProjectCollectionReference -> Microsoft.TeamFoundation.Core.WebApi.TeamProjectCollection
Public Sub New (projectCollectionRef As TeamProjectCollectionReference)

Parameters

projectCollectionRef
TeamProjectCollectionReference

Reference upon which to base this project collection.

Remarks

Will create the reference links object and add the self reference.

Applies to