ContentDialog.Title プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ダイアログのタイトルを取得または設定します。
public:
property Platform::Object ^ Title { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Title();
void Title(IInspectable value);
public object Title { get; set; }
var object = contentDialog.title;
contentDialog.title = object;
Public Property Title As Object
<ContentDialog Title="string"/>
- or -
<ContentDialog>
<ContentDialog.Title>
singleObject
</ContentDialog.Title>
</ContentDialog>
プロパティ値
ダイアログのタイトル。