Flashlight.IsSupportedAsync 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.
Checks if the flashlight is available and can be turned on or off.
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)
Returns
true
when the flashlight is available, or false
when not
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.