BarcodeScanner.IsProfileSupported(String) 메서드

정의

프로필이 지원되는지 여부를 결정합니다.

중요

이 API는 Windows Mobile 디바이스 제품군의 빌드 10240 및 빌드 10586(UWP용 Windows 모바일 확장)에만 적용됩니다. 이 API는 Windows Desktop 디바이스 패밀리나 다른 디바이스 패밀리 또는 10240 및 10586 이외의 Windows Mobile 빌드에는 적용되지 않습니다. 적용되지 않는 OS(운영 체제)에서 호출되는 경우 이 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입니다.

적용 대상