TeachingTip.ActionButtonCommandParameter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要傳遞給動作按鈕命令的參數。
public:
property Platform::Object ^ ActionButtonCommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ActionButtonCommandParameter();
void ActionButtonCommandParameter(IInspectable value);
public object ActionButtonCommandParameter { get; set; }
var object = teachingTip.actionButtonCommandParameter;
teachingTip.actionButtonCommandParameter = object;
Public Property ActionButtonCommandParameter As Object