TfsTeamProjectCollection コンストラクター (Uri, TfsClientCredentials, IdentityDescriptor, ITfsRequestChannelFactory)
名前空間: Microsoft.TeamFoundation.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Public Sub New ( _
uri As Uri, _
credentials As TfsClientCredentials, _
identityToImpersonate As IdentityDescriptor, _
channelFactory As ITfsRequestChannelFactory _
)
public TfsTeamProjectCollection(
Uri uri,
TfsClientCredentials credentials,
IdentityDescriptor identityToImpersonate,
ITfsRequestChannelFactory channelFactory
)
パラメーター
- uri
型: System.Uri
- credentials
型: Microsoft.TeamFoundation.Client.TfsClientCredentials
- identityToImpersonate
型: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
- channelFactory
型: ITfsRequestChannelFactory
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。