UndoableGraphTransactionScope Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Complete() | Mark us as completed. Dispose will check this and if this wasn't called, the transaction will abort.(Inherited from GraphTransactionScope.) |
![]() | Dispose() | IDisposable.Dispose.(Inherited from GraphTransactionScope.) |
![]() | Dispose(Boolean) | (Overrides GraphTransactionScope::Dispose(Boolean).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | GetUndoDescription(Dictionary<Object^, Object^>^) | Get the undo description from the given transaction scope properties. |
![]() ![]() | GetUndoId(Dictionary<Object^, Object^>^) | Get the Id associated with the given GraphTransactionEnlistment |
![]() ![]() | GetUndoOption(Dictionary<Object^, Object^>^) | Get the UndoOption associated from the given transaction scope properties. |
![]() ![]() | IsForceAdd(Dictionary<Object^, Object^>^) | Get if the transaction is marked as "force add", which will create an undo unit even if it is empty. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Show:


