PosPrinter.FromIdAsync(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した DeviceInformation.Id を使用して、サービスポイント プリンターの PosPrinter オブジェクトを作成します。
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)
パラメーター
- deviceId
-
String
Platform::String
winrt::hstring
特定 のサービス ポイント オブ サービス プリンターを識別する DeviceInformation.Id。
戻り値
一意のデバイス識別子が識別するサービスポイント プリンター。 次の場合に null オブジェクトを返します。
- 特定のプリンターが見つかりません。
- 既存のプリンターへのアクセスが拒否されました。 ユーザーはデバイスへのアクセスを拒否できます。これは例外として扱われません。
- 属性
注釈
アプリ パッケージ マニフェストには、PointofService デバイス機能を含める必要があります。 マニフェストでこの機能が省略されている場合、このメソッドは null を返し、例外は生成されません。