BarcodeScanner.IsProfileSupported(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否支持配置文件。
重要
此 API 仅适用于适用于 UWP) 的 Windows 移动版设备系列的内部版本 10240 和内部版本 10586 (Windows Mobile 扩展。 此 API 不适用于 Windows 桌面设备系列,不适用于其他设备系列,也不适用于 10240 和 10586 以外的 Windows 移动版内部版本。 在操作系统 (操作系统) 调用时,此 API 的行为是未定义的。 有关设备系列的详细信息,请参阅 设备系列扩展 SDK 和 API 协定。
public:
virtual bool IsProfileSupported(Platform::String ^ profile) = IsProfileSupported;
bool IsProfileSupported(winrt::hstring const& profile);
public bool IsProfileSupported(string profile);
function isProfileSupported(profile)
Public Function IsProfileSupported (profile As String) As Boolean
参数
- profile
-
String
Platform::String
winrt::hstring
条形码扫描仪配置文件。
返回
Boolean
bool
如果条形码扫描仪支持配置文件,则为 True;否则为 false。