共用方式為


IdentityManagementWebService.ListApplicationGroups 方法

列出在指定範圍內的所有 TFS 應用程式群組

命名空間:  Microsoft.TeamFoundation.Server.Core.WebServices
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
<WebMethodAttribute> _
Public Function ListApplicationGroups ( _
    projectUri As String, _
    options As Integer, _
    features As Integer, _
    propertyNameFilters As String(), _
    propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ListApplicationGroups(
    string projectUri,
    int options,
    int features,
    string[] propertyNameFilters,
    int propertyScope
)

參數

  • projectUri
    類型:System.String
    如果是 null 或空白,伺服器範圍的應用程式群組將清單;或專案範圍的應用程式群組,每一個參數,將清單

傳回值

類型:array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
應用程式群組做為陣列識別

.NET Framework 安全性

請參閱

參考

IdentityManagementWebService 類別

Microsoft.TeamFoundation.Server.Core.WebServices 命名空間