共用方式為


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 引進)

適用於