PrintTicketFeature.GetOption(String, String) 메서드

정의

지정한 인쇄 기능 옵션 개체를 가져옵니다.

public:
 virtual PrintTicketOption ^ GetOption(Platform::String ^ name, Platform::String ^ xmlNamespace) = GetOption;
PrintTicketOption GetOption(winrt::hstring const& name, winrt::hstring const& xmlNamespace);
public PrintTicketOption GetOption(string name, string xmlNamespace);
function getOption(name, xmlNamespace)
Public Function GetOption (name As String, xmlNamespace As String) As PrintTicketOption

매개 변수

name
String

Platform::String

winrt::hstring

인쇄 기능 옵션의 정식 이름입니다.

xmlNamespace
String

Platform::String

winrt::hstring

인쇄 기능 옵션의 XML 네임스페이스입니다.

반환

지정한 인쇄 기능 옵션 개체입니다.

적용 대상