IPrintCustomOptionDetails IPrintCustomOptionDetails IPrintCustomOptionDetails IPrintCustomOptionDetails Interface

Definition

Represents the base class for all CustomPrintTaskOptionXxx objects.

public : interface IPrintCustomOptionDetailspublic interface IPrintCustomOptionDetailsPublic Interface IPrintCustomOptionDetails// You can use this interface in JavaScript.
Inheritance
IPrintCustomOptionDetailsIPrintCustomOptionDetailsIPrintCustomOptionDetailsIPrintCustomOptionDetails
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Inherited methods

Remarks

Interface inheritance

IPrintCustomOptionDetails inherits IPrintOptionDetails. Types that implement IPrintCustomOptionDetails also implement the interface members of IPrintOptionDetails.

Properties

DisplayName DisplayName DisplayName DisplayName

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

public : PlatForm::String DisplayName { get; set; }public string DisplayName { get; set; }Public ReadWrite Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The display name of the custom print task option.

See Also