TeamFoundationVersionControlService.QueryLocalVersions メソッド
ユーザーは、ワークスペースのローカル項目の情報を照会します。
名前空間: Microsoft.TeamFoundation.VersionControl.Server
アセンブリ: Microsoft.TeamFoundation.VersionControl.Server (Microsoft.TeamFoundation.VersionControl.Server.dll 内)
構文
'宣言
Public Function QueryLocalVersions ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec() _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryLocalVersions(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs
)
パラメーター
- requestContext
型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求コンテキスト。
- workspaceName
型 : System.String
ワークスペースの名前。
- workspaceOwner
型 : System.String
ワークスペースの所有者。
- itemSpecs
型 : array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
問い合わせる ItemSpecs のリスト。
戻り値
型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
次の順序で結果を含む TeamFoundationDataReader: LocalVersion [] [] - ローカル項目の一覧。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。