Partager via


Print3DDevice.FromIdAsync(String) Méthode

Définition

Crée un objet Print3DDevice qui représente une imprimante 3D connectée à l’appareil.

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)

Paramètres

deviceId
String

Platform::String

winrt::hstring

ID d’appareil de l’imprimante 3D.

Retours

Objet Print3DDevice qui correspond à l’imprimante 3D spécifiée.

Attributs

S’applique à