UndoableGraphTransactionScope::IsForceAdd Method (Dictionary<Object^, Object^>^)

 

Get if the transaction is marked as "force add", which will create an undo unit even if it is empty.

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

public:
static bool IsForceAdd(
	Dictionary<Object^, Object^>^ scopeProperties
)

Parameters

scopeProperties
Type: System.Collections.Generic::Dictionary<Object^, Object^>^

The property bag from the transaction scope in question.

Return Value

Type: System::Boolean
Return to top
Show: