Freigeben über


Store.TransactionLogs-Eigenschaft

Ruft die aktuelle Liste von Transaktionsprotokollen für den Speicher ab.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property TransactionLogs As ICollection(Of TransactionLog)
public ICollection<TransactionLog> TransactionLogs { get; }

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<TransactionLog>
Ein IList von Transaktionsprotokollen.

.NET Framework-Sicherheit

Siehe auch

Referenz

Store Klasse

Microsoft.VisualStudio.Modeling-Namespace