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

返回

属性

适用于