IHumanPresenceSensorExtensionPlugin.Initialize(String) Method

Definition

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.

Applies to

See also