Print3DWorkflow.DeviceID 属性

定义

获取 3D 打印机的设备标识符。

public:
 property Platform::String ^ DeviceID { Platform::String ^ get(); };
winrt::hstring DeviceID();
public string DeviceID { get; }
var string = print3DWorkflow.deviceID;
Public ReadOnly Property DeviceID As String

属性值

String

Platform::String

winrt::hstring

3D 打印机的设备标识符。

适用于