Camera.IsCameraTypeSupported Method

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Shared Function IsCameraTypeSupported ( _
    type As CameraType _
) As Boolean
public static bool IsCameraTypeSupported(
    CameraType type
)
public:
static bool IsCameraTypeSupported(
    CameraType type
)
static member IsCameraTypeSupported : 
        type:CameraType -> bool

Parameters

Return Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Camera Class

Microsoft.Devices Namespace