Partager via


UndoableGraphTransactionScope.GetUndoDescription, méthode

Obtient la description d'annulation des propriétés d'étendue de transaction données.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

UndoableGraphTransactionScope Classe

Microsoft.VisualStudio.GraphModel, espace de noms