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
- scopeProperties
Type : System.Collections.Generic.Dictionary<Object, Object>
ScopeProperties
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.