UndoableGraphTransactionScope.IsForceAdd-Methode

Rufen Sie ab, wenn die Transaktion markiert ist, wie "aktiv" hinzufügen, die eine Rückgängig-Komponente erstellt, auch wenn sie 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

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

UndoableGraphTransactionScope Klasse

Microsoft.VisualStudio.GraphModel-Namespace