TestSpecList.GetEvents Method

Gets an EventDescriptorCollection object containing the events associated with these tests.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Function GetEvents As EventDescriptorCollection
public EventDescriptorCollection GetEvents()
public:
virtual EventDescriptorCollection^ GetEvents() sealed
abstract GetEvents : unit -> EventDescriptorCollection 
override GetEvents : unit -> EventDescriptorCollection 
public final function GetEvents() : EventDescriptorCollection

Return Value

Type: System.ComponentModel.EventDescriptorCollection
An EventDescriptorCollection object containing the events associated with these tests.

Implements

ICustomTypeDescriptor.GetEvents()

.NET Framework Security

See Also

Reference

TestSpecList Class

GetEvents Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace