共用方式為


SmartCardAppletIdGroupRegistration.SetPropertiesAsync(ValueSet) 方法

定義

以非同步方式設定 SmartCard AppletIdGroup.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 引進)

適用於