CustomSensor.GetDeviceSelector(Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le sélecteur d’appareil à partir de l’identificateur d’interface donné.
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
Paramètres
- interfaceId
-
Guid
Platform::Guid
winrt::guid
GUID d’interface associé au capteur personnalisé. Ce GUID est défini et inscrit par le capteur.
Retours
Retourne le sélecteur d’appareil, s’il existe ; sinon, null.