TfsTeamProjectCollectionFactory.GetTeamProjectCollection 方法 (Uri, ICredentialsProvider)
注意:這個應用程式開發介面現在已經過時。
取得與指定的 URI 和後援認證提供者的伺服器 TfsTeamProjectCollection 的執行個體。
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
<ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See GetTeamProjectCollection(Uri) instead.", _
False)> _
Public Shared Function GetTeamProjectCollection ( _
uri As Uri, _
fallbackCredentialsProvider As ICredentialsProvider _
) As TfsTeamProjectCollection
[ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See GetTeamProjectCollection(Uri) instead.",
false)]
public static TfsTeamProjectCollection GetTeamProjectCollection(
Uri uri,
ICredentialsProvider fallbackCredentialsProvider
)
參數
- uri
型別:System.Uri
執行 Team Foundation Server伺服器的 URI。
- fallbackCredentialsProvider
型別:Microsoft.TeamFoundation.Client.ICredentialsProvider
使用認證提供者,如果環境已經不提供。
傳回值
型別:Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
與指定之 URI 的伺服器已指定的認證提供者的 TfsTeamProjectCollection 執行個體。
備註
如果具有指定之 URI 的 TfsTeamProjectCollection 物件在快取中,則會傳回。 藉由使用認證提供者,,如果有的話,否則,新的 TfsTeamProjectCollection 執行個體建立為這個環境的。 建立的 TfsTeamProjectCollection 物件在快取中放置並且與它的名稱解析的 URI。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。