Freigeben über


UndoableGraphTransactionScope.GetUndoDescription-Methode

Ruft die Rückgängig-Beschreibung 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 GetUndoDescription ( _
    scopeProperties As Dictionary(Of Object, Object) _
) As String
public static string GetUndoDescription(
    Dictionary<Object, Object> scopeProperties
)
public:
static String^ GetUndoDescription(
    Dictionary<Object^, Object^>^ scopeProperties
)
static member GetUndoDescription : 
        scopeProperties:Dictionary<Object, Object> -> string
public static function GetUndoDescription(
    scopeProperties : Dictionary<Object, Object>
) : String

Parameter

  • scopeProperties
    Typ: Dictionary<Object, Object>

    Der Eigenschaftensammlung des fraglichen Transaktionsbereichs.

Rückgabewert

Typ: String

.NET Framework-Sicherheit

Siehe auch

Referenz

UndoableGraphTransactionScope Klasse

Microsoft.VisualStudio.GraphModel-Namespace