다음을 통해 공유


PrintSchema.GetCapabilitiesAsync(IRandomAccessStreamWithContentType) 메서드

정의

3D 프린터 기능을 가져옵니다.

public:
 virtual IAsyncOperation<IRandomAccessStreamWithContentType ^> ^ GetCapabilitiesAsync(IRandomAccessStreamWithContentType ^ constrainTicket) = GetCapabilitiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStreamWithContentType> GetCapabilitiesAsync(IRandomAccessStreamWithContentType const& constrainTicket);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStreamWithContentType> GetCapabilitiesAsync(IRandomAccessStreamWithContentType constrainTicket);
function getCapabilitiesAsync(constrainTicket)
Public Function GetCapabilitiesAsync (constrainTicket As IRandomAccessStreamWithContentType) As IAsyncOperation(Of IRandomAccessStreamWithContentType)

매개 변수

constrainTicket
IRandomAccessStreamWithContentType

인쇄 티켓입니다.

반환

3D 프린터 기능이 포함된 XML PrintCapabilities 문서입니다.

특성

적용 대상