HingeAngleSensor.GetRelatedToAdjacentPanelsAsync(String, String) 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.
Récupère de manière asynchrone un capteur d’angle de charnière pour deux panneaux d’affichage adjacents.
public:
static IAsyncOperation<HingeAngleSensor ^> ^ GetRelatedToAdjacentPanelsAsync(Platform::String ^ firstPanelId, Platform::String ^ secondPanelId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<HingeAngleSensor> GetRelatedToAdjacentPanelsAsync(winrt::hstring const& firstPanelId, winrt::hstring const& secondPanelId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<HingeAngleSensor> GetRelatedToAdjacentPanelsAsync(string firstPanelId, string secondPanelId);
function getRelatedToAdjacentPanelsAsync(firstPanelId, secondPanelId)
Public Shared Function GetRelatedToAdjacentPanelsAsync (firstPanelId As String, secondPanelId As String) As IAsyncOperation(Of HingeAngleSensor)
Paramètres
- firstPanelId
-
String
Platform::String
winrt::hstring
ID d’appareil de l’un des panneaux articulés.
- secondPanelId
-
String
Platform::String
winrt::hstring
ID d’appareil de l’autre panneau articulé.
Retours
Une fois cette méthode terminée, elle retourne une référence à un hingeAngleSensor.
- Attributs