UndoableGraphTransactionScope Methods

 

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

NameDescription
System_CAPS_pubmethodComplete()

Mark us as completed. Dispose will check this and if this wasn't called, the transaction will abort.(Inherited from GraphTransactionScope.)

System_CAPS_pubmethodDispose()

IDisposable.Dispose.(Inherited from GraphTransactionScope.)

System_CAPS_protmethodDispose(Boolean)
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetUndoDescription(Dictionary<Object^, Object^>^)

Get the undo description from the given transaction scope properties.

System_CAPS_pubmethodSystem_CAPS_staticGetUndoId(Dictionary<Object^, Object^>^)

Get the Id associated with the given GraphTransactionEnlistment

System_CAPS_pubmethodSystem_CAPS_staticGetUndoOption(Dictionary<Object^, Object^>^)

Get the UndoOption associated from the given transaction scope properties.

System_CAPS_pubmethodSystem_CAPS_staticIsForceAdd(Dictionary<Object^, Object^>^)

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

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: