Partager via


UndoableGraphTransactionScope.IsForceAdd, méthode

Obtenir si la transaction est marquée comme « force add », qui crée une unité undo même si elle 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

  • scopeProperties
    Type : Dictionary<Object, Object>

    Conteneur de propriétés de l'étendue de transaction en question.

Valeur de retour

Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

UndoableGraphTransactionScope Classe

Microsoft.VisualStudio.GraphModel, espace de noms