TeamFoundationVersionControlService.UpdateItemSecurity 方法

修改项目的安全信息。

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
Public Function UpdateItemSecurity ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    workspaceOwner As String, _
    changes As SecurityChange() _
) As TeamFoundationDataReader
public TeamFoundationDataReader UpdateItemSecurity(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string workspaceOwner,
    SecurityChange[] changes
)

参数

  • workspaceName
    类型:System.String
    工作区域的名称,因此,如果本地路径指定。可能为 null。
  • workspaceOwner
    类型:System.String
    工作区域的所有者。可能为 null。

返回值

类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
的结果 TeamFoundationDataReader 在下面的排序:SecurityChange[] -有些成功的更改。发生应用每项更改的 Failure[] -失败。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间