TapGestureRecognizer.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.
Oggetto da passare a TappedCallback. Si tratta di una proprietà associabile.
public:
property System::Object ^ CommandParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object CommandParameter { get; set; }
public object? CommandParameter { get; set; }
member this.CommandParameter : obj with get, set
Public Property CommandParameter As Object