PrintCustomItemDetails.ItemDisplayName Property

Definition

Gets or sets the display name of the custom print task option item.

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

void ItemDisplayName(winrt::hstring value);
public string ItemDisplayName { get; set; }
var string = printCustomItemDetails.itemDisplayName;
printCustomItemDetails.itemDisplayName = string;
Public Property ItemDisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name of the option item.

Applies to