SmartCardAppletIdGroupRegistration.SetPropertiesAsync(ValueSet) 方法

定义

异步设置 SmartCardAppletIdGroup.Properties 的值。

public:
 virtual IAsyncAction ^ SetPropertiesAsync(ValueSet ^ props) = SetPropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetPropertiesAsync(ValueSet const& props);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetPropertiesAsync(ValueSet props);
function setPropertiesAsync(props)
Public Function SetPropertiesAsync (props As ValueSet) As IAsyncAction

参数

props
ValueSet

包含智能卡 (泛型) 属性包的 ValueSet

返回

异步属性设置操作,该操作在设置属性后完成。

属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v6.0 中引入)

适用于