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 プロパティ値FromIdAsyncdeviceId パラメーターとして使用して、Print3DDevice オブジェクトを作成できます。

プロパティ

PrintSchema

機能と印刷チケット情報を取得するための PrintSchema オブジェクトを取得します。

メソッド

FromIdAsync(String)

デバイスに接続されている 3D プリンターを表す Print3DDevice オブジェクトを作成します。

GetDeviceSelector()

デバイスに接続されているすべての 3D プリンターを検索するために使用できる高度なクエリ構文 (AQS) 文字列を取得します。

適用対象