Repository.QueryLocalVersions 方法
查询用户具有对其工作区的本地项目信息。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function QueryLocalVersions ( _
workspaceName As String, _
workspaceOwner As String, _
itemSpecs As ItemSpec() _
) As List(Of StreamingCollection(Of LocalVersion))
[WebMethodAttribute]
public List<StreamingCollection<LocalVersion>> QueryLocalVersions(
string workspaceName,
string workspaceOwner,
ItemSpec[] itemSpecs
)
参数
- workspaceName
类型:System.String
工作区的名称。
- workspaceOwner
类型:System.String
工作区的所有者。
- itemSpecs
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
返回值
类型:System.Collections.Generic.List<StreamingCollection<LocalVersion>>
本地项目列表
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。