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
'Декларация
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace