Delen via


MarkupDocumentTreeManager.EnableIncrementalUpdates Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Enables this markup document tree to process text updates from the source markup file.

Namespace:  Microsoft.Windows.Design.Documents.Trees
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public Sub EnableIncrementalUpdates
'Usage
Dim instance As MarkupDocumentTreeManager

instance.EnableIncrementalUpdates()
public void EnableIncrementalUpdates()
public:
void EnableIncrementalUpdates()
public function EnableIncrementalUpdates()

Remarks

If this method is not called, the markup tree does not listen to changes in the source. If you call this method, the markup tree will listen to changes made to the source. Those changes will be reparsed incrementally and be used to update the document tree. To cause an incremental reparse, call the Update method.

.NET Framework Security

See Also

Reference

MarkupDocumentTreeManager Class

MarkupDocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility