UCTreeViewItem.PrepareContainerForItemOverride method
Prepares the specified container element to display the specified item.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub PrepareContainerForItemOverride ( _
element As DependencyObject, _
item As Object _
)
'Usage
Dim element As DependencyObject
Dim item As Object
Me.PrepareContainerForItemOverride(element, _
item)
protected override void PrepareContainerForItemOverride(
DependencyObject element,
Object item
)
Parameters
element
Type: System.Windows.DependencyObjectContainer element used to display the specified item.
item
Type: System.ObjectThe item to display.