다음을 통해 공유


PrintCustomItemListOptionDetails 클래스

정의

사용자 지정 인쇄 작업 옵션 항목의 목록을 나타냅니다.

public ref class PrintCustomItemListOptionDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PrintCustomItemListOptionDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PrintCustomItemListOptionDetails
Public NotInheritable Class PrintCustomItemListOptionDetails
상속
Object Platform::Object IInspectable PrintCustomItemListOptionDetails
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

다음은 개체를 검색하는 방법을 보여 주는 코드 조각입니다.

// Create a new list option.
// This code creates a new item list option that will be shown to the user.
PrintCustomItemListOptionDetails pageFormat = 
    printDetailedOptions.CreateItemListOption("PageContent", "Pictures");
pageFormat.AddItem("PicturesText", "Pictures and text");
pageFormat.AddItem("PicturesOnly", "Pictures only");
pageFormat.AddItem("TextOnly", "Text only");

// Add the custom option to the option list.
printDetailedOptions.DisplayedOptions.Add("PageContent");

// Later in your app, when you want to access the list created above,
// but you don't have access to the pageFormat variable that was returned
// when the list was created, you can get it by looking up the same
// optionId that you used to create the list.
PrintCustomItemListOptionDetails printCustomItemListOptionDetails =
    (PrintCustomItemListOptionDetails)printDetailedOptions.Options["PageContent"];

버전 기록

Windows 버전 SDK 버전 추가된 값
1803 17134 AddItem(String,String,String,IRandomAccessStreamWithContentType)
1803 17134 Description
1803 17134 WarningText

속성

Description

인쇄 사용자 지정 항목 목록 옵션에 대한 설명을 가져오거나 설정합니다.

DisplayName

사용자 지정 인쇄 작업 옵션 목록에서 항목의 표시 이름을 가져오거나 설정합니다.

ErrorText

오류 조건에 대한 문자열을 가져오거나 설정합니다.

Items

사용자 지정 인쇄 작업 목록에서 항목을 가져옵니다.

OptionId

사용자 지정 인쇄 작업 옵션의 ID를 가져옵니다.

OptionType

사용자 지정 인쇄 작업 옵션에 대한 옵션 유형을 가져옵니다.

State

사용자 지정 인쇄 작업 옵션 항목 목록의 상태를 가져오거나 설정합니다.

Value

사용자 지정 인쇄 작업 목록의 값을 가져오거나 설정합니다.

WarningText

경고 조건에 대한 문자열을 가져오거나 설정합니다.

메서드

AddItem(String, String)

사용자 지정 인쇄 작업 옵션 목록에서 항목의 ID 또는 표시 이름을 설정합니다.

AddItem(String, String, String, IRandomAccessStreamWithContentType)

사용자 지정 인쇄 항목 옵션 목록에서 항목 ID, 표시 이름, 설명 또는 아이콘을 설정합니다.

TrySetValue(Object)

항목 ID 또는 사용자 지정 항목의 표시 이름 값을 설정합니다.

적용 대상