Condividi tramite


PrintSchema.GetCapabilitiesAsync(IRandomAccessStreamWithContentType) Metodo

Definizione

Ottiene le funzionalità della stampante 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)

Parametri

constrainTicket
IRandomAccessStreamWithContentType

Biglietto di stampa.

Restituisce

Documento Xml PrintCapabilities contenente funzionalità stampanti 3D.

Attributi

Si applica a