TransactionLog Class

Represents a container of transaction events.

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

Syntax

'Declaration
Public Class TransactionLog _
    Inherits List(Of GenericEventArgs)
'Usage
Dim instance As TransactionLog
public class TransactionLog : List<GenericEventArgs>
public ref class TransactionLog : public List<GenericEventArgs^>
public class TransactionLog extends List<GenericEventArgs>

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<GenericEventArgs>
    Microsoft.VisualStudio.Modeling.TransactionLog

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TransactionLog Members

Microsoft.VisualStudio.Modeling Namespace