Camera.IsCameraTypeSupported Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Determines whether the specified type of camera is supported on the device.
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Parameters
- type
- Type: Microsoft.Devices.CameraType
The type of camera represented by the Camera object; indicates the location of the camera on the device.
Return Value
Type: System.Booleantrue if the specified type of camera is supported on the device; otherwise, false.
Show: