Removes all templates, styles, and bindings for the object displayed as a UCTreeViewItem.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls(in Microsoft.Lync.Controls.dll)

Syntax

C#
protected 
override 
void 
ClearContainerForItemOverride(
	
DependencyObject 
element,
	
Object 
item
)

Parameters

element
Type: System.Windows . . :: . . DependencyObject
The UCTreeViewItemelement to clear.
item
Type: System . . :: . . Object
The item that is contained in the UCTreeViewItem.

See Also