ProximitySensor.FromId(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.
Obtains the proximity sensor from its identifier.
public:
static ProximitySensor ^ FromId(Platform::String ^ sensorId);
static ProximitySensor FromId(winrt::hstring const& sensorId);
public static ProximitySensor FromId(string sensorId);
function fromId(sensorId)
Public Shared Function FromId (sensorId As String) As ProximitySensor
Parameters
- sensorId
-
String
Platform::String
winrt::hstring
The sensor identifier.
Returns
Returns the ProximitySensor object from its identifier.