Edit

Share via


ListViewExtensions.GetCommand(ListViewBase) Method

Definition

Gets the ICommand associated with the specified Windows.UI.Xaml.Controls.ListViewBase

public static System.Windows.Input.ICommand GetCommand (Windows.UI.Xaml.Controls.ListViewBase obj);
static member GetCommand : Windows.UI.Xaml.Controls.ListViewBase -> System.Windows.Input.ICommand
Public Function GetCommand (obj As ListViewBase) As ICommand

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to get the associated ICommand from

Returns

The ICommand associated with the Windows.UI.Xaml.Controls.ListViewBase

Applies to