다음을 통해 공유


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 개체입니다.

특성

적용 대상