IVsLinkCapableUndoManager Interface
Visual Studio 2015
Manages implicit linked undo capability by calling methods which advise that focus must be put on the owner of the given undo client.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseLinkedUndoClient(IVsLinkedUndoClient) | Specifies that the given client is the linked undo client for this manager. |
![]() | UnadviseLinkedUndoClient() | Specifies that there is no linked undo client for this manager. |
Implicit linked undos will only work for undo managers where AdviseLinkedUndoClient has been called.
Note |
|---|
These methods do not call AddRef/Release on pClient. Therefore you must call UnadviseLinkedUndoClient before you release your reference to the undo manager. |
Show:

