Partager via


UndoableGraphTransactionScope.IsForceAdd, méthode

Obtenez si la transaction est marquée comme « force add », qui crée une unité undo même s'il est vide.

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

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

UndoableGraphTransactionScope Classe

Microsoft.VisualStudio.GraphModel, espace de noms