WindowsIntegrityPolicy.IsDisableSupported 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出 (查看其他必要條件的,) 是否有任何已發佈方式或 API,讓協力廠商廠商在執行時間停用Windows 10安全模式, (10 S 模式) 。
public:
static property bool IsDisableSupported { bool get(); };
static bool IsDisableSupported();
public static bool IsDisableSupported { get; }
var boolean = WindowsIntegrityPolicy.isDisableSupported;
Public Shared ReadOnly Property IsDisableSupported As Boolean
屬性值
Boolean
bool
true
(但如需其他必要條件的備註,) 是否有任何已發佈方式或 API,協力廠商廠商可在執行時間停用Windows 10安全模式, (10 S 模式) ,否則 false
為 。
備註
如果IsDisableSupported為 true
,且 IsEnabled 或IsEnabledForTrial為 ,且CanDisable為true
true,則協力廠商廠商會以已發佈方式或 API 停用Windows 10安全模式, (執行時間) 10 S 模式。