Print3DDevice.FromIdAsync(String) メソッド

定義

デバイスに接続されている 3D プリンターを表す Print3DDevice オブジェクトを作成します。

public:
 static IAsyncOperation<Print3DDevice ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<Print3DDevice> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<Print3DDevice> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of Print3DDevice)

パラメーター

deviceId
String

Platform::String

winrt::hstring

3D プリンターのデバイス ID。

戻り値

指定した 3D プリンターに対応する Print3DDevice オブジェクト。

属性

適用対象