Bagikan melalui


ContentDialog.Title Properti

Definisi

Mendapatkan atau mengatur judul dialog.

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>

Nilai Properti

Object

Platform::Object

IInspectable

Judul dialog.

Berlaku untuk