TextUndoTransactionCompletedEventArgs::Result Property
Visual Studio 2015
Gets the result of the completed transaction.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property TextUndoTransactionCompletionResult Result { TextUndoTransactionCompletionResult get(); }
Property Value
Type: Microsoft.VisualStudio.Text.Operations::TextUndoTransactionCompletionResultThe result of the completed transaction.
See TextUndoTransactionCompletionResult for the possible results.
Show: