IEventService.GetEventSubscriptions メソッド (IdentityDescriptor)
指定されたユーザーのイベント サブスクリプションを取得します。
名前空間: Microsoft.TeamFoundation.Framework.Client
アセンブリ: Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)
構文
'宣言
Function GetEventSubscriptions ( _
user As IdentityDescriptor _
) As Subscription()
Subscription[] GetEventSubscriptions(
IdentityDescriptor user
)
パラメーター
- user
型 : Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
イベント サブスクリプションのリストを有効にするユーザー id。
戻り値
型 : array<Microsoft.TeamFoundation.Framework.Client.Subscription[]
指定されたユーザーのイベント サブスクリプションのリスト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。