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

대화 상자의 제목입니다.

적용 대상