VersionControlServer.GetPendingChanges 方法 (array<Int32[])
注意:此 API 现在已过时。
从具有指定的 ID 的储存库获取 PendingChange 对象。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
<ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")> _
Public Function GetPendingChanges ( _
pendingChangeIds As Integer() _
) As PendingChange()
[ObsoleteAttribute("Method obsolete since TFS 2010. Please use VersionControlServer.QueryPendingSets, VersionControlServer.QueryShelvedChanges or Workspace.GetPendingChanges instead.")]
public PendingChange[] GetPendingChanges(
int[] pendingChangeIds
)
参数
- pendingChangeIds
类型:array<System.Int32[]
数组 PendingChange ID。
返回值
类型:array<Microsoft.TeamFoundation.VersionControl.Client.PendingChange[]
数组与指定的 ID 的 PendingChange 对象。
备注
如果 PendingChange 不能为特定 ID 找到资源,则输出数组的对应元素将为空。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。