共用方式為


Print3DDevice.FromIdAsync(String) 方法

定義

建立 Print3DDevice 物件,代表連線到裝置的 3D 印表機。

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 印表機的裝置識別碼。

傳回

對應至指定 3D 印表機的 Print3DDevice 物件。

屬性

適用於