Condividi tramite


Metodo TestSpecList.GetEvents (array<Attribute[])

Ottiene un oggetto EventDescriptorCollection contenente gli eventi associati a tali test e la corrispondenza gli attributi specificati.

Spazio dei nomi:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Sintassi

'Dichiarazione
Public Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection
public EventDescriptorCollection GetEvents(
    Attribute[] attributes
)

Parametri

  • attributes
    Tipo: array<System.Attribute[]
    Una matrice degli attributi per associare gli eventi a.

Valore restituito

Tipo: System.ComponentModel.EventDescriptorCollection
Un oggetto EventDescriptorCollection contenente gli eventi associati a questi test e la corrispondenza gli attributi specificati.

Implementa

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestSpecList Classe

Overload GetEvents

Spazio dei nomi Microsoft.TeamFoundation.Build.Workflow.Activities