次の方法で共有


Print3DWorkflowPrinterChangedEventArgs.NewDeviceId プロパティ

定義

新しい 3D プリンターのデバイス識別子を取得します。

public:
 property Platform::String ^ NewDeviceId { Platform::String ^ get(); };
winrt::hstring NewDeviceId();
public string NewDeviceId { get; }
var string = print3DWorkflowPrinterChangedEventArgs.newDeviceId;
Public ReadOnly Property NewDeviceId As String

プロパティ値

String

Platform::String

winrt::hstring

新しい 3D プリンターのデバイス識別子。

適用対象