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
    描述。可以是 null

傳回值

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

.NET Framework 安全性

請參閱

參考

IIdentityManagementService 介面

Microsoft.TeamFoundation.Framework.Client 命名空間