Sdílet prostřednictvím


IEventService.GetEventSubscriptions – metoda (IdentityDescriptor, String)

Získá odběry událostí pro zadaný uživatel a klasifikace.

Obor názvů:  Microsoft.TeamFoundation.Framework.Client
Sestavení:  Microsoft.TeamFoundation.Client (v Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Deklarace
Function GetEventSubscriptions ( _
    user As IdentityDescriptor, _
    classification As String _
) As Subscription()
Subscription[] GetEventSubscriptions(
    IdentityDescriptor user,
    string classification
)

Parametry

  • classification
    Typ: System.String
    Značka klasifikace podle které chcete filtrovat odběry událostí.

Vrácená hodnota

Typ: array<Microsoft.TeamFoundation.Framework.Client.Subscription[]
Seznam odběry událostí pro zadaného uživatele.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IEventService Rozhraní

GetEventSubscriptions – přetížení

Microsoft.TeamFoundation.Framework.Client – obor názvů