TfsTeamProjectCollectionFactory.GetTeamProjectCollection Yöntem (RegisteredProjectCollection)
Belirtilen RegisteredProjectCollection örneği ile ilişkili TfsTeamProjectCollection örnek alır.
Ad alanı: Microsoft.TeamFoundation.Client
Derleme: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll içinde)
Sözdizimi
'Bildirim
Public Shared Function GetTeamProjectCollection ( _
projectCollection As RegisteredProjectCollection _
) As TfsTeamProjectCollection
public static TfsTeamProjectCollection GetTeamProjectCollection(
RegisteredProjectCollection projectCollection
)
Parametreler
- projectCollection
Tür: Microsoft.TeamFoundation.Client.RegisteredProjectCollection
Sunucu hakkında bilgi içeren RegisteredProjectCollection.
Dönüş Değeri
Tür: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Belirtilen RegisteredProjectCollection'de açıklanan sunucu ile ilişkili TfsTeamProjectCollection örneği.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.
Ayrıca bkz.
Başvuru
TfsTeamProjectCollectionFactory Sınıf