PwmController.GetDeviceSelector メソッド

定義

オーバーロード

GetDeviceSelector()

システム上のすべての PWM コントローラーの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、これらのコントローラーの DeviceInformation オブジェクトを取得できます。

GetDeviceSelector(String)

指定したフレンドリ名を持つ PWM コントローラーの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、これらのコントローラーの DeviceInformation オブジェクトを取得できます。

GetDeviceSelector()

システム上のすべての PWM コントローラーの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、これらのコントローラーの DeviceInformation オブジェクトを取得できます。

public:
 static Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
 static winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String

戻り値

String

Platform::String

winrt::hstring

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Devices.DevicesLowLevelContract (v3.0 で導入)

適用対象

GetDeviceSelector(String)

指定したフレンドリ名を持つ PWM コントローラーの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、これらのコントローラーの DeviceInformation オブジェクトを取得できます。

public:
 static Platform::String ^ GetDeviceSelector(Platform::String ^ friendlyName);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
 static winrt::hstring GetDeviceSelector(winrt::hstring const& friendlyName);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
public static string GetDeviceSelector(string friendlyName);
function getDeviceSelector(friendlyName)
Public Shared Function GetDeviceSelector (friendlyName As String) As String

パラメーター

friendlyName
String

Platform::String

winrt::hstring

対応する AQS 文字列を取得する特定の PWM コントローラーのフレンドリ名。

戻り値

String

Platform::String

winrt::hstring

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Devices.DevicesLowLevelContract (v3.0 で導入)

適用対象