TeachingTip.CloseButtonContent プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
教育ヒントの閉じるボタンの内容を取得または設定します。
public:
property Platform::Object ^ CloseButtonContent { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable CloseButtonContent();
void CloseButtonContent(IInspectable value);
public object CloseButtonContent { get; set; }
var object = teachingTip.closeButtonContent;
teachingTip.closeButtonContent = object;
Public Property CloseButtonContent As Object