JumpListItem.DisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.