IDocumentUndoUnit.Apply Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Applies the undo unit.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Sub Apply
'Usage
Dim instance As IDocumentUndoUnit
instance.Apply()
void Apply()
void Apply()
function Apply()
Remarks
After applying the undo unit, it will become its own inverse. For example, the undo unit is suitable to be put on a redo stack.
.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.
See Also
Reference
Microsoft.Windows.Design.Documents Namespace