Condividi tramite


Print3DDevice Classe

Definizione

Rappresenta una stampante 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
Ereditarietà
Object Platform::Object IInspectable Print3DDevice
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows Desktop Extension SDK (è stato introdotto in 10.0.10240.0)
Windows 10 (è stato introdotto in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Devices.Printers.PrintersContract (è stato introdotto in v1.0)

Commenti

Usare la stringa AQS restituita da GetDeviceSelector con le API DeviceInformation per trovare tutte le stampanti 3D connesse al dispositivo. Dopo avere un oggetto DeviceInformation per una stampante 3D, è possibile usare il valore della proprietà ID dell'oggetto come parametro deviceId in FromIdAsync per creare un oggetto Print3DDevice.

Proprietà

PrintSchema

Ottiene l'oggetto PrintSchema per ottenere funzionalità e informazioni sul ticket di stampa.

Metodi

FromIdAsync(String)

Crea un oggetto Print3DDevice che rappresenta una stampante 3D connessa al dispositivo.

GetDeviceSelector()

Ottiene una stringa AQS (Advanced Query Syntax) che può essere usata per trovare tutte le stampanti 3D connesse al dispositivo.

Si applica a