UndoableGraphTransactionScope.GetUndoOption Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Get the UndoOption associated from the given transaction scope properties.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function GetUndoOption ( _
scopeProperties As Dictionary(Of Object, Object) _
) As UndoOption
public static UndoOption GetUndoOption(
Dictionary<Object, Object> scopeProperties
)
public:
static UndoOption GetUndoOption(
Dictionary<Object^, Object^>^ scopeProperties
)
static member GetUndoOption :
scopeProperties:Dictionary<Object, Object> -> UndoOption
public static function GetUndoOption(
scopeProperties : Dictionary<Object, Object>
) : UndoOption
Parameters
scopeProperties
Type: System.Collections.Generic.Dictionary<Object, Object>The property bag from the transaction scope in question.
Return Value
Type: Microsoft.VisualStudio.GraphModel.UndoOption
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.