ContactSearchResultList.ClearContainerForItemOverride method
Removes any bindings and templates applied to the item container for the specified content.
Namespace: Microsoft.Lync.Controls
Assembly: Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)
Syntax
'Declaration
Protected Overrides Sub ClearContainerForItemOverride ( _
element As DependencyObject, _
item As Object _
)
'Usage
Dim element As DependencyObject
Dim item As Object
Me.ClearContainerForItemOverride(element, _
item)
protected override void ClearContainerForItemOverride(
DependencyObject element,
Object item
)
Parameters
element
Type: System.Windows.DependencyObjectThe item used to display the specified content.
item
Type: System.ObjectThe item content.