SwipeItem.CommandParameter Proprietà

Definizione

Ottiene o imposta il parametro da passare alla proprietà Command.

Questa documentazione si applica a WinUI 2 per la piattaforma UWP (per WinUI nel SDK per app di Windows, vedi gli spazi dei nomi SDK per app di Windows).

public:
 property Platform::Object ^ CommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CommandParameter();

void CommandParameter(IInspectable value);
public object CommandParameter { get; set; }
Public Property CommandParameter As Object
<SwipeItem>
  <SwipeItem.CommandParameter>
    object
  </SwipeItem.CommandParameter>
</SwipeItem>

Valore della proprietà

Object

Platform::Object

IInspectable

Parametro da passare alla proprietà Command. Il valore predefinito è Null.

Si applica a