TeamProjectCollection Constructors
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.
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.