次の方法で共有


CustomSensor.GetDeviceSelector(Guid) メソッド

定義

指定されたインターフェイス識別子からデバイス セレクターを取得します。

public:
 static Platform::String ^ GetDeviceSelector(Platform::Guid interfaceId);
 static winrt::hstring GetDeviceSelector(winrt::guid const& interfaceId);
public static string GetDeviceSelector(Guid interfaceId);
function getDeviceSelector(interfaceId)
Public Shared Function GetDeviceSelector (interfaceId As Guid) As String

パラメーター

interfaceId
Guid

Platform::Guid

winrt::guid

カスタム センサーに関連付けられているインターフェイス Guid 。 この Guid は、センサーによって定義および登録されます。

戻り値

String

Platform::String

winrt::hstring

デバイス セレクターが存在する場合は、それを返します。それ以外の場合は null。

適用対象