Version

SelectedContentRootNode Property

Gets the root node of the temporary tree representing all selected content from the document.
Syntax
'Declaration
 
Public ReadOnly Property SelectedContentRootNode As DocumentRootNode
public DocumentRootNode SelectedContentRootNode {get;}
Remarks

If the entire document is selected, this will not be a temporary tree's root node. It will be the original document's root node.

Note: regardless of whether this root node is that of a temporary tree or the original document, nodes within it should not be modified as it is shared among all serializers saving content to the clipboard.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also