TestSpecList.GetProperties Method

Gets a PropertyDescriptorCollection containing the properties 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 GetProperties As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties()
public:
virtual PropertyDescriptorCollection^ GetProperties() sealed
abstract GetProperties : unit -> PropertyDescriptorCollection  
override GetProperties : unit -> PropertyDescriptorCollection
public final function GetProperties() : PropertyDescriptorCollection

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
A PropertyDescriptorCollection containing the properties associated with these tests.

Implements

ICustomTypeDescriptor.GetProperties()

.NET Framework Security

See Also

Reference

TestSpecList Class

GetProperties Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace