Sdílet prostřednictvím


UndoableGraphTransactionScope.GetUndoDescription – metoda

Získáte zpět popis vlastností oboru dané transakce.

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
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

Parametry

  • scopeProperties
    Typ: Dictionary<Object, Object>

    Vlastnost vaku z dotyčné transakce oboru.

Vrácená hodnota

Typ: String

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UndoableGraphTransactionScope Třída

Microsoft.VisualStudio.GraphModel – obor názvů