PrintSchema.GetCapabilitiesAsync(IRandomAccessStreamWithContentType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the 3D printer capabilities.
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)
Parameters
- constrainTicket
- IRandomAccessStreamWithContentType
The print ticket.
Returns
An XML PrintCapabilities document containing 3D printer capabilities.
- Attributes