SmartCardAppletIdGroup.AutomaticEnablement 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指出是否允許啟用此 AppletIdGroup的作業系統。
public:
property bool AutomaticEnablement { bool get(); void set(bool value); };
bool AutomaticEnablement();
void AutomaticEnablement(bool value);
public bool AutomaticEnablement { get; set; }
var boolean = smartCardAppletIdGroup.automaticEnablement;
smartCardAppletIdGroup.automaticEnablement = boolean;
Public Property AutomaticEnablement As Boolean
屬性值
Boolean
bool
布林值,指出是否允許作業系統啟用此 AppletIdGroup。
備註
將此屬性設定為 true,以允許 OS 啟用此 AppletIdGroup。 例如,在 NFC 設定面板中,使用者可以選取付款應用程式。 如果只有單一付款 AppletIdGroup,且此屬性設定為 true,則 OS 會自動啟用 AppletIdGroup。 如果為 false,OS 一律會延遲應用程式以啟用 AppletIdGroup。 預設值為 true。