Store.TransactionLogs Property

Gets the current list of transaction logs for the store.

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

Syntax

'宣言
Public ReadOnly Property TransactionLogs As ICollection(Of TransactionLog)
'使用
Dim instance As Store
Dim value As ICollection(Of TransactionLog)

value = instance.TransactionLogs
public ICollection<TransactionLog> TransactionLogs { get; }
public:
property ICollection<TransactionLog^>^ TransactionLogs {
    ICollection<TransactionLog^>^ get ();
}
public function get TransactionLogs () : ICollection<TransactionLog>

Property Value

Type: System.Collections.Generic.ICollection<TransactionLog>

An IList of transaction logs.

Permissions

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace