TransactionLog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class for handling transaction events
public ref class TransactionLog : System::Collections::Generic::List<Microsoft::VisualStudio::Modeling::GenericEventArgs ^>
public class TransactionLog : System.Collections.Generic.List<Microsoft.VisualStudio.Modeling.GenericEventArgs>
type TransactionLog = class
inherit List<GenericEventArgs>
Public Class TransactionLog
Inherits List(Of GenericEventArgs)
- Inheritance
-
TransactionLog
Constructors
TransactionLog() |
Constructor. |