TestSpecList.GetProperties Method (array<Attribute )

Gets a PropertyDescriptorCollection containing the properties associated with these tests and matching the specified attributes.

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

Syntax

'Declaration
Public Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
) sealed
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection  
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection
public final function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Parameters

  • attributes
    Type: array<System.Attribute[]

    An array of attributes to match the properties to.

Return Value

Type: System.ComponentModel.PropertyDescriptorCollection
A PropertyDescriptorCollection containing the properties associated with these tests and matching the specified attributes.

Implements

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework Security

See Also

Reference

TestSpecList Class

GetProperties Overload

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace