Metodo TestSpecList.GetEvents (array<Attribute )

Ottiene un oggetto EventDescriptorCollection che contiene gli eventi associati a tali test e il corrispondente 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[]
    Matrice di attributi per associare gli eventi in.

Valore restituito

Tipo: System.ComponentModel.EventDescriptorCollection
Un oggetto EventDescriptorCollection che contiene gli eventi associati a questi test e il corrispondente 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