Dela via


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

See Also

Reference

IDocumentUndoUnit Interface

IDocumentUndoUnit Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility