TeachingTip.ActionButtonCommandParameter 属性

定义

获取或设置要传递给操作按钮命令的参数。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

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

void ActionButtonCommandParameter(IInspectable value);
public object ActionButtonCommandParameter { get; set; }
Public Property ActionButtonCommandParameter As Object

属性值

Object

Platform::Object

IInspectable

适用于