Metodo UndoableGraphTransactionScope.IsForceAdd

Ottenere se la transazione viene contrassegnata come “la forza add", per creare un'unità di annullamento anche se è vuota.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UndoableGraphTransactionScope Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel