Print3DDevice クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
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) |
デバイスに接続されている 3D プリンターを表す Print3DDevice オブジェクトを作成します。 |
GetDeviceSelector() |
デバイスに接続されているすべての 3D プリンターを検索するために使用できる高度なクエリ構文 (AQS) 文字列を取得します。 |