Freigeben über


MergeEventArgs.Attributes-Eigenschaft

Ruft die Attribute MergeEventArgs ab.

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>
Eine Auflistung der Attribute.

.NET Framework-Sicherheit

Siehe auch

Referenz

MergeEventArgs Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace