JumpListItem.Description 属性

定义

获取或设置跳转列表项任务说明。

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = jumpListItem.description;
jumpListItem.description = string;
Public Property Description As String

属性值

String

Platform::String

winrt::hstring

指定为字符串的跳转列表项任务说明。 如果需要本地化,此字符串必须是 ms-resource: scheme 指定的 URI。

适用于