共用方式為


FocusSessionManager.IsSupported 屬性

定義

取得值,指出裝置上是否支援焦點會話 API。

public:
 static property bool IsSupported { bool get(); };
static bool IsSupported();
public static bool IsSupported { get; }
var boolean = FocusSessionManager.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean

屬性值

Boolean

bool

如果支援焦點會話 API,則為 True;否則為 false。

適用於