SmartCardAppletIdGroupRegistration.SetPropertiesAsync(ValueSet) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步设置 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
参数
返回
异步属性设置操作,该操作在设置属性后完成。
- 属性
Windows 要求
设备系列 |
Windows 10, version 1809 (在 10.0.17763.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v6.0 中引入)
|