Freigeben über


UndoableGraphTransactionScope.IsForceAdd-Methode

Abrufen, wenn die Transaktion markiert ist, wie "Kraft" hinzufügen, die eine Rückgängig-Komponente erstellt, wenn es leer ist.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

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

Parameter

  • scopeProperties
    Typ: Dictionary<Object, Object>

    Der Eigenschaftensammlung des fraglichen Transaktionsbereichs.

Rückgabewert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

UndoableGraphTransactionScope Klasse

Microsoft.VisualStudio.GraphModel-Namespace