SwipeItem.CommandParameter Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il parametro da passare alla proprietà Command.
API WinUI 2 equivalente per UWP: Microsoft.UI.Xaml.Controls.SwipeItem.CommandParameter (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; }
var object = swipeItem.commandParameter;
swipeItem.commandParameter = object;
Public Property CommandParameter As Object
<SwipeItem>
<SwipeItem.CommandParameter>
object
</SwipeItem.CommandParameter>
</SwipeItem>
- or -
<SwipeItem CommandParameter="objectAsString"/>
Valore della proprietà
Parametro da passare alla proprietà Command. Il valore predefinito è Null.