TeamFoundationVersionControlService.SetPendingChangeProperty 方法
注意:此 API 现在已废弃不用。
设置中的属性指定挂起的更改。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.", _
False)> _
Public Function SetPendingChangeProperty ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
workspaceOwner As String, _
pendingChangePropertyValues As ArtifactPropertyValue() _
) As TeamFoundationDataReader
[ObsoleteAttribute("Please use SetPendingChangeAttribute to set attributes on pending changes.",
false)]
public TeamFoundationDataReader SetPendingChangeProperty(
TeamFoundationRequestContext requestContext,
string workspaceName,
string workspaceOwner,
ArtifactPropertyValue[] pendingChangePropertyValues
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- workspaceName
类型:System.String
使用的工作区域的名称为本地路径。映射服务器的路径,如果提供本地路径 itemspecs。
- workspaceOwner
类型:System.String
工作区域所有者的名称,如果提供工作区域的名称。
- pendingChangePropertyValues
类型:array<Microsoft.TeamFoundation.Framework.Server.ArtifactPropertyValue[]
返回值
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
返回 TeamFoundationDataReader。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。