Share via


IHumanPresenceSensorExtension.Initialize(String) Method

Definition

Initializes a HumanPresenceSensor plugin for the specified sensor.

public:
 void Initialize(Platform::String ^ deviceInterface);
void Initialize(winrt::hstring const& deviceInterface);
public void Initialize(string deviceInterface);
function initialize(deviceInterface)
Public Sub Initialize (deviceInterface As String)

Parameters

deviceInterface
String

Platform::String

winrt::hstring

The HumanPresenceSensor.

Applies to

See also