UndoableGraphTransactionScope.IsForceAdd Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get if the transaction is marked as "force add", which will create an undo unit even if it's empty.
public:
static bool IsForceAdd(System::Collections::Generic::Dictionary<System::Object ^, System::Object ^> ^ scopeProperties);
public static bool IsForceAdd (System.Collections.Generic.Dictionary<object,object> scopeProperties);
static member IsForceAdd : System.Collections.Generic.Dictionary<obj, obj> -> bool
Public Shared Function IsForceAdd (scopeProperties As Dictionary(Of Object, Object)) As Boolean
Parameters
- scopeProperties
- Dictionary<Object,Object>
The property bag from the transaction scope in question.