UndoManager.OnInterveningUnitBlockingLinkedUndo Method
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Overridable Function OnInterveningUnitBlockingLinkedUndo As Integer
'Usage
Dim instance As UndoManager
Dim returnValue As Integer
returnValue = instance.OnInterveningUnitBlockingLinkedUndo()
public virtual int OnInterveningUnitBlockingLinkedUndo()
public:
virtual int OnInterveningUnitBlockingLinkedUndo()
public function OnInterveningUnitBlockingLinkedUndo() : int
Return Value
Type: System.Int32
Implements
IVsLinkedUndoClient.OnInterveningUnitBlockingLinkedUndo()
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.