UndoableGraphTransactionScope::GetUndoOption Method (Dictionary<Object^, Object^>^)

 

Get the UndoOption associated from the given transaction scope properties.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
static UndoOption GetUndoOption(
	Dictionary<Object^, Object^>^ scopeProperties
)

Parameters

scopeProperties
Type: System.Collections.Generic::Dictionary<Object^, Object^>^

The property bag from the transaction scope in question.

Return to top
Show: