BarcodeScanner.IsProfileSupported(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the profile is supported.
Important
This API applies only to Build 10240 and Build 10586 of the Windows Mobile device family (Windows Mobile Extensions for the UWP). This API doesn't apply to the Windows Desktop device family, nor to other device families, nor to builds of Windows Mobile other than 10240 and 10586. When called on an operating system (OS) to which it doesn't apply, the behavior of this API is undefined. For more info about device families, see Device family extension SDKs and API contracts.
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
Parameters
- profile
-
String
Platform::String
winrt::hstring
Barcode scanner profile.
Returns
bool
True if the barcode scanner supports the profile; otherwise false.