Freigeben über


UndoableGraphTransactionScope.GetUndoOption-Methode

Ruft die zugeordnete UndoOption aus den Eigenschaften des angegebenen Transaktionsbereichs ab.

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

Parameter

  • scopeProperties
    Typ: Dictionary<Object, Object>

    Der Eigenschaftensammlung des fraglichen Transaktionsbereichs.

Rückgabewert

Typ: Microsoft.VisualStudio.GraphModel.UndoOption

.NET Framework-Sicherheit

Siehe auch

Referenz

UndoableGraphTransactionScope Klasse

Microsoft.VisualStudio.GraphModel-Namespace