Partager via


PosPrinter.FromIdAsync(String) Méthode

Définition

Crée un objet PosPrinter pour l’imprimante de point de service avec le DeviceInformation.Id spécifié.

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

Paramètres

deviceId
String

Platform::String

winrt::hstring

DeviceInformation.Id qui identifie une imprimante de point de service spécifique.

Retours

Imprimante de point de service que l’identificateur d’appareil unique identifie. Retourne un objet null dans les cas suivants :

  • L’imprimante spécifique est introuvable.
  • L’accès à l’imprimante existante est refusé. L’utilisateur peut refuser l’accès à un appareil, qui n’est pas traité comme une exception.
Attributs

Remarques

Le manifeste du package d’application doit inclure la fonctionnalité d’appareil PointofService. Si le manifeste omet cette fonctionnalité, cette méthode retourne null et aucune exception n’est générée.

S’applique à

Voir aussi