共用方式為


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

列印票證。

傳回

XML PrintCapabilities 檔,其中包含 3D 印表機功能。

屬性

適用於