Partager via


GraphUndoUnit.IsUndo, méthode

Détermine si le GraphTransactionScope spécifié est en cours d'utilisation pour une opération d'annulation.

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

Syntaxe

'Déclaration
Public Shared Function IsUndo ( _
    scopeProperties As Dictionary(Of Object, Object) _
) As Boolean
public static bool IsUndo(
    Dictionary<Object, Object> scopeProperties
)
public:
static bool IsUndo(
    Dictionary<Object^, Object^>^ scopeProperties
)
static member IsUndo : 
        scopeProperties:Dictionary<Object, Object> -> bool 
public static function IsUndo(
    scopeProperties : Dictionary<Object, Object>
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
Indique si la portée spécifiée est actuellement utilisée pour une opération d'annulation.

Sécurité .NET Framework

Voir aussi

Référence

GraphUndoUnit Classe

Microsoft.VisualStudio.GraphModel, espace de noms