Share via


PrintSchema.GetCapabilitiesAsync(IRandomAccessStreamWithContentType) Méthode

Définition

Obtient les fonctionnalités d’imprimante 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)

Paramètres

constrainTicket
IRandomAccessStreamWithContentType

Ticket d’impression.

Retours

Document PrintCapabilities XML contenant des fonctionnalités d’imprimante 3D.

Attributs

S’applique à