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 的值表示全域範圍
- groupName
型別:System.String
name
- groupDescription
型別:System.String
描述。可以是空白
傳回值
型別:Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
建立的群組的 IdentityDescriptor
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。