次の方法で共有


TfsTeamProjectCollectionFactory.GetTeamProjectCollection メソッド (String, Boolean, Boolean)

指定したサーバーで使用される TfsTeamProjectCollection のオブジェクトを取得します。

名前空間:  Microsoft.TeamFoundation.Client
アセンブリ:  Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)

構文

'宣言
Public Shared Function GetTeamProjectCollection ( _
    serverName As String, _
    ensureAuthenticated As Boolean, _
    ensureServerIsLocallyRegistered As Boolean _
) As TfsTeamProjectCollection
public static TfsTeamProjectCollection GetTeamProjectCollection(
    string serverName,
    bool ensureAuthenticated,
    bool ensureServerIsLocallyRegistered
)

パラメーター

  • serverName
    型 : System.String
    に接続するサーバーの名前。
  • ensureAuthenticated
    型 : System.Boolean
    サーバーに対する認証します。
  • ensureServerIsLocallyRegistered
    型 : System.Boolean
    このサーバーの登録エントリを作成します。

戻り値

型 : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TfsTeamProjectCollectionFactory クラス

GetTeamProjectCollection オーバーロード

Microsoft.TeamFoundation.Client 名前空間