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

반환

특성

적용 대상