KinectSensor.Sensors Property

Gets the list of available sensors.

Syntax

public:
static property IObservableMap<String, KinectSensor>^ Sensors {
         IObservableMap<String, KinectSensor>^ get ();
}
public static IObservableMap<string, KinectSensor>Sensors { get; }
var sensors = WindowsPreview.Kinect.KinectSensor.sensors;

Property value

Type: IObservableMap<String, KinectSensor>
The available sensors.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectSensor Class
WindowsPreview.Kinect Namespace