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>
属性值
对话框的标题。