Partager via


PwmController.GetDeviceSelector Méthode

Définition

Surcharges

GetDeviceSelector()

Récupère une chaîne AQS (Advanced Query Syntax) pour tous les contrôleurs PWM sur le système. Vous pouvez utiliser cette chaîne avec la méthode DeviceInformation.FindAllAsync pour obtenir des objets DeviceInformation pour ces contrôleurs.

GetDeviceSelector(String)

Récupère une chaîne AQS (Advanced Query Syntax) pour le contrôleur PWM portant le nom convivial spécifié. Vous pouvez utiliser cette chaîne avec la méthode DeviceInformation.FindAllAsync pour obtenir des objets DeviceInformation pour ces contrôleurs.

GetDeviceSelector()

Récupère une chaîne AQS (Advanced Query Syntax) pour tous les contrôleurs PWM sur le système. Vous pouvez utiliser cette chaîne avec la méthode DeviceInformation.FindAllAsync pour obtenir des objets DeviceInformation pour ces contrôleurs.

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

Retours

String

Platform::String

winrt::hstring

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduit dans v3.0)

S’applique à

GetDeviceSelector(String)

Récupère une chaîne AQS (Advanced Query Syntax) pour le contrôleur PWM portant le nom convivial spécifié. Vous pouvez utiliser cette chaîne avec la méthode DeviceInformation.FindAllAsync pour obtenir des objets DeviceInformation pour ces contrôleurs.

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

Paramètres

friendlyName
String

Platform::String

winrt::hstring

Nom convivial du contrôleur PWM particulier pour lequel vous souhaitez obtenir la chaîne AQS correspondante.

Retours

String

Platform::String

winrt::hstring

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduit dans v3.0)

S’applique à