AdaptiveGridView.PrepareContainerForItemOverride Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride (Windows.UI.Xaml.DependencyObject obj, object item);
override this.PrepareContainerForItemOverride : Windows.UI.Xaml.DependencyObject * obj -> unit
Protected Overrides Sub PrepareContainerForItemOverride (obj As DependencyObject, item As Object)
Parameters
- obj
- Windows.UI.Xaml.DependencyObject
The element that's used to display the specified item.
- item
- Object
The item to display.