共用方式為


IIdentityManagementService.CreateApplicationGroup 方法

建立 TFS 應用程式群組

命名空間:  Microsoft.TeamFoundation.Framework.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Function CreateApplicationGroup ( _
    scopeId As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateApplicationGroup(
    string scopeId,
    string groupName,
    string groupDescription
)

參數

  • scopeId
    型別:System.String
    範圍 URI,指定群組範圍是否為專案層級或全域等於這個主應用程式。空白或 null 的值表示全域範圍
  • groupDescription
    型別:System.String
    描述。可以是空白

傳回值

型別:Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
建立的群組的 IdentityDescriptor

.NET Framework 安全性

請參閱

參考

IIdentityManagementService 介面

Microsoft.TeamFoundation.Framework.Client 命名空間