Freigeben über


GettingEventArgs.Attributes-Eigenschaft

Ruft die Attribute ab, die mit GettingEventArgs zugeordnet werden.

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 GettingEventArgs.

.NET Framework-Sicherheit

Siehe auch

Referenz

GettingEventArgs Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace