Print3DDevice.FromIdAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスに接続されている 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 オブジェクト。
- 属性