UndoableGraphTransactionScope.GetUndoOption Method

Definition

Get the UndoOption associated from the given transaction scope properties.

public:
 static Microsoft::VisualStudio::GraphModel::UndoOption GetUndoOption(System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ scopeProperties);
public static Microsoft.VisualStudio.GraphModel.UndoOption GetUndoOption (System.Collections.Generic.Dictionary<object,object> scopeProperties);
static member GetUndoOption : System.Collections.Generic.Dictionary<obj, obj> -> Microsoft.VisualStudio.GraphModel.UndoOption
Public Shared Function GetUndoOption (scopeProperties As Dictionary(Of Object, Object)) As UndoOption

Parameters

scopeProperties
Dictionary<Object,Object>

The property bag from the transaction scope in question.

Returns

Applies to