Freigeben über


BuildProcessBuilder.Attributes-Eigenschaft

Ruft die Auflistung von Attributen ab, die diesem Buildprozess zugeordnet werden.

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

Syntax

'Declaration
Public Property Attributes As Collection(Of Attribute)
public Collection<Attribute> Attributes { get; private set; }

Eigenschaftswert

Typ: System.Collections.ObjectModel.Collection<Attribute>
Die Auflistung von Attributen zugeordnete diesem Buildprozess.

.NET Framework-Sicherheit

Siehe auch

Referenz

BuildProcessBuilder Klasse

Microsoft.TeamFoundation.Build.Workflow-Namespace