IHumanPresenceSensorExtensionPlugin.Initialize(String) 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.
Initializes a HumanPresenceSensor plugin for the specified sensor.
public:
void Initialize(Platform::String ^ DeviceId);
void Initialize(winrt::hstring const& DeviceId);
public void Initialize(string DeviceId);
function initialize(DeviceId)
Public Sub Initialize (DeviceId As String)
Parameters
- DeviceId
-
String
Platform::String
winrt::hstring
Unique ID of the HumanPresenceSensor.