ESim.DownloadProfileMetadataAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
virtual IAsyncOperation<ESimDownloadProfileMetadataResult ^> ^ DownloadProfileMetadataAsync(Platform::String ^ activationCode) = DownloadProfileMetadataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ESimDownloadProfileMetadataResult> DownloadProfileMetadataAsync(winrt::hstring const& activationCode);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ESimDownloadProfileMetadataResult> DownloadProfileMetadataAsync(string activationCode);
function downloadProfileMetadataAsync(activationCode)
Public Function DownloadProfileMetadataAsync (activationCode As String) As IAsyncOperation(Of ESimDownloadProfileMetadataResult)
参数
- activationCode
-
String
Platform::String
winrt::hstring
要下载的 eSIM 配置文件安装元数据的激活代码。
返回
异步下载操作。 成功完成后,包含表示下载操作结果的 ESimDownloadProfileMetadataResult 对象。
- 属性
Windows 要求
应用功能 |
Microsoft.eSIMManagement_8wekyb3d8bbwe
|