다음을 통해 공유


PrintSchema.GetDefaultPrintTicketAsync 메서드

정의

3D 프린터의 기본 인쇄 티켓을 가져옵니다.

public:
 virtual IAsyncOperation<IRandomAccessStreamWithContentType ^> ^ GetDefaultPrintTicketAsync() = GetDefaultPrintTicketAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStreamWithContentType> GetDefaultPrintTicketAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStreamWithContentType> GetDefaultPrintTicketAsync();
function getDefaultPrintTicketAsync()
Public Function GetDefaultPrintTicketAsync () As IAsyncOperation(Of IRandomAccessStreamWithContentType)

반환

3D 프린터의 기본 인쇄 티켓을 포함하는 XML PrintTicket 문서입니다.

특성

적용 대상