Dela via


ModelDocumentTreeManager.Load Method

Include Protected Members
Include Inherited Members

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

Loads the content of the document manager's document.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

Load(DocumentItem)

Loads the content of the document manager's document by traversing the properties of the specified root item. The result will be a copy of the document described by root.

Public method

Load(DocumentTreeManager)

Loads the content of the document manager's document by traversing the document contained in the specified document manager.

Public method

Load(DocumentItem, IMarkupProjectContext)

Loads the content of the document manager's document by traversing the properties of the specified root item. The result will be a copy of the document described by root.

Public method

Load(DocumentTreeManager, IMarkupProjectContext)

Loads the content of the document manager's document by traversing the document contained in the incoming document manager.

Top

See Also

Reference

ModelDocumentTreeManager Class

ModelDocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility