次の方法で共有


Print3DTaskCompletedEventArgs.Completion プロパティ

定義

3D 印刷要求の状態を取得します。

public:
 property Print3DTaskCompletion Completion { Print3DTaskCompletion get(); };
Print3DTaskCompletion Completion();
public Print3DTaskCompletion Completion { get; }
var print3DTaskCompletion = print3DTaskCompletedEventArgs.completion;
Public ReadOnly Property Completion As Print3DTaskCompletion

プロパティ値

3D 印刷要求の完了状態。

適用対象