TextUndoTransactionCompletedEventArgs::Result Property

 

Gets the result of the completed transaction.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
property TextUndoTransactionCompletionResult Result {
	TextUndoTransactionCompletionResult get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Operations::TextUndoTransactionCompletionResult

The result of the completed transaction.

See TextUndoTransactionCompletionResult for the possible results.

Return to top
Show: