JumpListItem.DisplayName Property

Definition

Gets or sets the jump list item display name. The display name can also be specified as a parameter using the CreateWithArguments method when the jump list item is created.

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

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

Property Value

String

Platform::String

winrt::hstring

The display name of the jump list item in the app's jump list. If localization is desired, this string must be ams-resource: scheme specified URI.

Applies to