TeachingTip.ActionButtonContent プロパティ

定義

教育ヒントのアクション ボタンのテキストを取得または設定します。

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

void ActionButtonContent(IInspectable value);
public object ActionButtonContent { get; set; }
var object = teachingTip.actionButtonContent;
teachingTip.actionButtonContent = object;
Public Property ActionButtonContent As Object

プロパティ値

Object

Platform::Object

IInspectable

適用対象