Condividi tramite


Metodo TestSpecList.GetProperties (array<Attribute[])

Ottiene PropertyDescriptorCollection che contiene le proprietà associate test e la corrispondenza 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 GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)

Parametri

  • attributes
    Tipo: array<System.Attribute[]
    Una matrice degli attributi per associare le proprietà su.

Valore restituito

Tipo: System.ComponentModel.PropertyDescriptorCollection
PropertyDescriptorCollection che contiene le proprietà associata a questi test e la corrispondenza gli attributi specificati.

Implementa

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestSpecList Classe

Overload GetProperties

Spazio dei nomi Microsoft.TeamFoundation.Build.Workflow.Activities