MenuFlyoutItem.CommandParameter Property
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 or sets the parameter to pass to the Command property.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.MenuFlyoutItem.CommandParameter.
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 = menuFlyoutItem.commandParameter;
menuFlyoutItem.commandParameter = object;
Public Property CommandParameter As Object
<MenuFlyoutItem>
<MenuFlyoutItem.CommandParameter>
object
</MenuFlyoutItem.CommandParameter>
</MenuFlyoutItem>
Property Value
-
Object
IInspectable
The parameter to pass to the Command property. The default is null.
Applies to
Feedback
Submit and view feedback for