Partilhar via


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

Return Value

Type: Microsoft.VisualStudio.GraphModel.UndoOption

.NET Framework Security

See Also

Reference

UndoableGraphTransactionScope Class

Microsoft.VisualStudio.GraphModel Namespace