IIdentityManagementService.CreateApplicationGroup Yöntem
TFS uygulama grubu oluşturur
Ad alanı: Microsoft.TeamFoundation.Framework.Client
Derleme: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll içinde)
Sözdizimi
'Bildirim
Function CreateApplicationGroup ( _
scopeId As String, _
groupName As String, _
groupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateApplicationGroup(
string scopeId,
string groupName,
string groupDescription
)
Parametreler
- scopeId
Tür: System.String
Kapsam URI, Grup kapsamı proje düzeyindeki veya bu ana genel olup olmadığını belirtme.Genel kapsamlı null veya boş değeri belirtir
- groupName
Tür: System.String
ad
- groupDescription
Tür: System.String
description. null olabilir
Dönüş Değeri
Tür: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
Oluşturulan grubun IdentityDescriptor
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.