TfsTeamProjectCollection Constructor (RegisteredProjectCollection)
Initializes a new instance of the TfsTeamProjectCollection class.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
projectCollection As RegisteredProjectCollection _
)
public TfsTeamProjectCollection(
RegisteredProjectCollection projectCollection
)
public:
TfsTeamProjectCollection(
RegisteredProjectCollection^ projectCollection
)
new :
projectCollection:RegisteredProjectCollection -> TfsTeamProjectCollection
public function TfsTeamProjectCollection(
projectCollection : RegisteredProjectCollection
)
Parameters
projectCollection
Type: Microsoft.TeamFoundation.Client.RegisteredProjectCollectionA registered Team Project collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TfsTeamProjectCollection Class