Share via


JumpListItem.Description Property

Definition

Gets or sets the jump list item task 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

Property Value

String

Platform::String

winrt::hstring

The jump list item task description specified as a string. If localization is desired, this string must be a ms-resource: scheme specified URI.

Applies to