IGroupSecurityService2 インターフェイス

メモ: この API は、互換性のために残されています。

名前空間:  Microsoft.TeamFoundation.Server
アセンブリ:  Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)

構文

'宣言
<ObsoleteAttribute("IGroupSecurityService2 is obsolete.  Please use the IIdentityManagementService2 or ISecurityService instead.",  _
    False)> _
Public Interface IGroupSecurityService2 _
    Inherits IGroupSecurityService
[ObsoleteAttribute("IGroupSecurityService2 is obsolete.  Please use the IIdentityManagementService2 or ISecurityService instead.", 
    false)]
public interface IGroupSecurityService2 : IGroupSecurityService

IGroupSecurityService2 型で公開されるメンバーは以下のとおりです。

メソッド

  名前 説明
パブリック メソッド AddMemberToApplicationGroup TFS のアプリケーション グループにユーザーまたはグループ ID (たとえば.. ) を追加します。 (IGroupSecurityService から継承されます。)
パブリック メソッド Convert(Identity) Visual Studio 2005 または Visual Studio 2008 Server に接続するロサリオのクライアントを含む下位互換性のシナリオのメソッドに変換します。 (IGroupSecurityService から継承されます。)
パブリック メソッド Convert(TeamFoundationIdentity) 変換するメソッド。 (IGroupSecurityService から継承されます。)
パブリック メソッド CreateApplicationGroup TFS のアプリケーション グループを作成します。 (IGroupSecurityService から継承されます。)
パブリック メソッド DeleteApplicationGroup TFS のアプリケーション グループを削除します。 (IGroupSecurityService から継承されます。)
パブリック メソッド GetChangedIdentities (IGroupSecurityService から継承されます。)
パブリック メソッド GetIdentityChanges ????アクセス許可が必要です。
パブリック メソッド IsIdentityCached ID がキャッシュされているかどうかをチェックします。 (IGroupSecurityService から継承されます。)
パブリック メソッド IsMember ID (たとえば.. ) ユーザーまたはグループにグループのメンバー (直接または間接) かどうかをチェックします。 (IGroupSecurityService から継承されます。)
パブリック メソッド ListApplicationGroups 指定された範囲のすべての TFS のアプリケーション グループを一覧表示します。 (IGroupSecurityService から継承されます。)
パブリック メソッド ReadIdentities ID の一覧を検索します。ReadIdentity が 1 台の ID を一度に検索するときに、メソッドは、複数の ID の検索ができます。この (IGroupSecurityService から継承されます。)
パブリック メソッド ReadIdentity ID を検索します。 (IGroupSecurityService から継承されます。)
パブリック メソッド ReadIdentityFromSource (IGroupSecurityService から継承されます。)
パブリック メソッド RemoveMemberFromApplicationGroup TFS のアプリケーション グループからユーザーまたはグループ ID (たとえば.. ) を削除します。 (IGroupSecurityService から継承されます。)
パブリック メソッド UpdateApplicationGroup TFS のアプリケーション グループのプロパティが更新されます。 (IGroupSecurityService から継承されます。)

このページのトップへ

参照

関連項目

Microsoft.TeamFoundation.Server 名前空間