IIdentityManagementService2.ListApplicationGroups メソッド (String, ReadIdentityOptions, IEnumerable<String>, IdentityPropertyScope)
指定したスコープ内のすべての TFS のアプリケーション グループを一覧表示します。
名前空間: Microsoft.TeamFoundation.Framework.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Function ListApplicationGroups ( _
scopeId As String, _
readOptions As ReadIdentityOptions, _
propertyNameFilters As IEnumerable(Of String), _
propertyScope As IdentityPropertyScope _
) As TeamFoundationIdentity()
TeamFoundationIdentity[] ListApplicationGroups(
string scopeId,
ReadIdentityOptions readOptions,
IEnumerable<string> propertyNameFilters,
IdentityPropertyScope propertyScope
)
パラメーター
- scopeId
型 : System.String
グループのスコープがこのホストへプロジェクト レベルまたはグローバルかどうかを指定するスコープの URI。null 値または値をグローバル スコープを空に示します
- readOptions
型 : Microsoft.TeamFoundation.Framework.Common.ReadIdentityOptions
オプションを参照してください。
- propertyNameFilters
型 : System.Collections.Generic.IEnumerable<String>
アプリケーション グループで取得する拡張プロパティ。
- propertyScope
型 : Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
拡張プロパティをからの場所を読み取る方法を示します。
戻り値
型 : array<Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity[]
ID の配列としてアプリケーション グループ。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。