Version

ClearCacheInformation(Object) Method

Removes the cached node information for this NodesManager.
Syntax
'Declaration
 
Public Overloads Sub ClearCacheInformation( _
   ByVal dataObject As Object _
) 
public void ClearCacheInformation( 
   object dataObject
)

Parameters

dataObject
Remarks
The NodesManager retains information, linking the data that the node is generated from and the node. This information is retained even if the underlying object is removed, so that if the same object appears again in the collection the node can be brought back. This method can be used to remove the retention information by passing in the dataObject that is associated with the XamDataTreeNode.
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