次の方法で共有


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 プリンターのデバイス識別子。

適用対象