VsUndoPackageClass.CloseLinkedUndo 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.
Successfully closes a linked undo transaction.
public:
virtual int CloseLinkedUndo() = Microsoft::VisualStudio::TextManager::Interop::IVsLinkedUndoTransactionManager::CloseLinkedUndo;
public:
virtual int CloseLinkedUndo();
public:
virtual int CloseLinkedUndo() = Microsoft::VisualStudio::TextManager::Interop::IVsLinkedUndoTransactionManager::CloseLinkedUndo;
virtual int CloseLinkedUndo();
public virtual int CloseLinkedUndo ();
abstract member CloseLinkedUndo : unit -> int
override this.CloseLinkedUndo : unit -> int
Public Overridable Function CloseLinkedUndo () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.