Print3DDevice 类

定义

表示 3D 打印机。

public ref class Print3DDevice sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.PrintersContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Print3DDevice final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.PrintersContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class Print3DDevice
Public NotInheritable Class Print3DDevice
继承
Object Platform::Object IInspectable Print3DDevice
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows 10 (在 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Devices.Printers.PrintersContract (在 v1.0 中引入)

注解

GetDeviceSelector 返回的 AQS 字符串与 DeviceInformation API 配合使用,查找连接到设备的所有 3D 打印机。 为 3D 打印机创建 DeviceInformation 对象后,可以使用该对象的 Id 属性值作为 FromIdAsync 中的 deviceId 参数来创建 Print3DDevice 对象。

属性

PrintSchema

获取 PrintSchema 对象,用于获取功能和打印票证信息。

方法

FromIdAsync(String)

创建一个 Print3DDevice 对象,该对象代表连接到设备的 3D 打印机。

GetDeviceSelector()

获取 AQS) 字符串 (高级查询语法,该字符串可用于查找连接到设备的所有 3D 打印机。

适用于