PaymentDevice.FromIdAsync(String) 方法

定義

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

參數

deviceId
String

Platform::String

winrt::hstring

傳回

屬性

適用於