Share via


ContentDialog.Title 屬性

定義

取得或設定對話框的標題。

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>

屬性值

Object

Platform::Object

IInspectable

對話框的標題。

適用於