共用方式為


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 印表機。

適用於