TeachingTip.ActionButtonContent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置教学提示的操作按钮的文本。
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