Freigeben über


Item.Attributes-Eigenschaft

Ruft die Attribute ab, die dem Element zugeordnet sind.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Attributes As ReadOnlyCollection(Of PropertyValue)
public ReadOnlyCollection<PropertyValue> Attributes { get; }

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
Die Attribute zugeordnet mit dem - Element.

.NET Framework-Sicherheit

Siehe auch

Referenz

Item Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace