Condividi tramite


Proprietà Store.TransactionLogs

Ottiene l'elenco corrente dei log delle transazioni per l'archivio.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.ICollection<TransactionLog>
Un IList dei log delle transazioni.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Store Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling