Selector.ClearContainerForItemOverride Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Removes any bindings and templates applied to the item container for the specified content.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides Sub ClearContainerForItemOverride ( _ element As DependencyObject, _ item As Object _ )
Parameters
- element
- Type: System.Windows.DependencyObject
The combo box item used to display the specified content.
- item
- Type: System.Object
The item content.
Show: