Share via


Flashlight.IsSupportedAsync 메서드

정의

손전등을 사용할 수 있고 켜거나 끌 수 있는지 확인합니다.

public:
 static System::Threading::Tasks::Task<bool> ^ IsSupportedAsync();
public static System.Threading.Tasks.Task<bool> IsSupportedAsync ();
static member IsSupportedAsync : unit -> System.Threading.Tasks.Task<bool>
Public Shared Function IsSupportedAsync () As Task(Of Boolean)

반환

true 손전등을 사용할 수 있는 경우 또는 false 사용할 수 없는 경우

적용 대상