Bagikan melalui


PrintCustomTextOptionDetails Kelas

Definisi

Mewakili opsi tugas cetak kustom.

public ref class PrintCustomTextOptionDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintCustomTextOptionDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintCustomTextOptionDetails
Public NotInheritable Class PrintCustomTextOptionDetails
Warisan
Object Platform::Object IInspectable PrintCustomTextOptionDetails
Atribut
Penerapan

Persyaratan Windows

Rangkaian perangkat
Windows 10 (diperkenalkan dalam 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v1.0)

Keterangan

Berikut adalah cuplikan kode yang menunjukkan cara mengambil objek:

// This code creates a new custom text option. 
PrintCustomTextOptionDetails customTextOption =
    printDetailedOptions.CreateTextOption("myCustomText", "Custom Options");

// Later in your app, when you want to access the custom text option created above,
// but you don't have access to the customTextOption variable that was returned
// when it was created, you can get it by looking up the same optionId that
// you used to create it. 
PrintCustomTextOptionDetails printCustomTextOptionDetails =
    (PrintCustomTextOptionDetails)printDetailedOptions.Options["myCustomText"];

Riwayat versi

Versi Windows Versi SDK Nilai ditambahkan
1803 17134 Deskripsi
1803 17134 WarningText

Properti

Description

Mendapatkan atau mengatur deskripsi opsi cetak teks kustom.

DisplayName

Mendapatkan atau mengatur nama tampilan opsi tugas cetak kustom.

ErrorText

Mendapatkan atau mengatur string untuk kondisi kesalahan.

MaxCharacters

Mendapatkan atau mengatur jumlah maksimum karakter untuk nama tampilan opsi tugas cetak kustom.

OptionId

Mendapatkan ID dari opsi tugas cetak kustom.

OptionType

Mendapatkan jenis opsi untuk opsi tugas cetak kustom.

State

Mendapatkan atau mengatur status opsi tugas cetak kustom.

Value

Mendapatkan atau mengatur nilai opsi tugas cetak kustom.

WarningText

Mendapatkan atau mengatur string untuk kondisi peringatan.

Metode

TrySetValue(Object)

Menyetel nilai untuk tugas cetak kustom.

Berlaku untuk