次の方法で共有


Print3DManager.ShowPrintUIAsync メソッド

定義

プログラムによって 3D 印刷ユーザー インターフェイスを開始します。

public:
 static IAsyncOperation<bool> ^ ShowPrintUIAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> ShowPrintUIAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> ShowPrintUIAsync();
function showPrintUIAsync()
Public Shared Function ShowPrintUIAsync () As IAsyncOperation(Of Boolean)

戻り値

操作が正常に完了した場合は true。それ以外の場合は false

属性

適用対象