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
)

参数

  • workspaceName
    类型:System.String
    使用的工作区域的名称为本地路径。映射服务器的路径,如果提供本地路径 itemspecs。
  • workspaceOwner
    类型:System.String
    工作区域所有者的名称,如果提供工作区域的名称。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
返回 TeamFoundationDataReader

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间