OleUndoEngine.IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo 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.
Indicates that the undo manager is blocking another undo manager from executing a linked action.
virtual int Microsoft.VisualStudio.TextManager.Interop.IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo() = Microsoft::VisualStudio::TextManager::Interop::IVsLinkedUndoClient::OnInterveningUnitBlockingLinkedUndo;
virtual int Microsoft.VisualStudio.TextManager.Interop.IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo() = Microsoft::VisualStudio::TextManager::Interop::IVsLinkedUndoClient::OnInterveningUnitBlockingLinkedUndo;
int Microsoft.VisualStudio.TextManager.Interop.IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo();
int IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo ();
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo : unit -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo : unit -> int
Function OnInterveningUnitBlockingLinkedUndo () As Integer Implements IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.