ListViewExtensions.GetAlternateItemTemplate(ListViewBase) 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.
Gets the Windows.UI.Xaml.DataTemplate associated with the specified Windows.UI.Xaml.Controls.ListViewBase
public static Windows.UI.Xaml.DataTemplate GetAlternateItemTemplate (Windows.UI.Xaml.Controls.ListViewBase obj);
static member GetAlternateItemTemplate : Windows.UI.Xaml.Controls.ListViewBase -> Windows.UI.Xaml.DataTemplate
Public Function GetAlternateItemTemplate (obj As ListViewBase) As DataTemplate
Parameters
- obj
- Windows.UI.Xaml.Controls.ListViewBase
The Windows.UI.Xaml.Controls.ListViewBase to get the associated Windows.UI.Xaml.DataTemplate from
Returns
Windows.UI.Xaml.DataTemplate
The Windows.UI.Xaml.DataTemplate associated with the Windows.UI.Xaml.Controls.ListViewBase