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 の場合、またはスコープが一覧にサーバーで、アプリケーション グループは空にします; またはプロジェクト スコープのアプリケーション グループは、このパラメーターごとに、一覧表示
- options
型 : System.Int32
- features
型 : System.Int32
- propertyNameFilters
型 : array<System.String[]
- propertyScope
型 : System.Int32
戻り値
型 : array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
ID の配列としてアプリケーション グループ
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。