共用方式為


SmartCardAppletIdGroup.Description 屬性

定義

取得或設定智慧卡的擴充描述,以協助更輕鬆地識別智慧卡。 例如,您可以將此設定為信用卡號碼的最後四位數。

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = smartCardAppletIdGroup.description;
smartCardAppletIdGroup.description = string;
Public Property Description As String

屬性值

String

Platform::String

winrt::hstring

包含智慧卡擴充描述的字串。

Windows 需求

裝置系列
Windows 10, version 1809 (已於 10.0.17763.0 引進)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (已於 v6.0 引進)

適用於