Compartir a través de


HingeAngleSensor.GetRelatedToAdjacentPanelsAsync(String, String) Método

Definición

Recupera de forma asincrónica un sensor angular de bisagra para dos paneles de visualización adyacentes.

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)

Parámetros

firstPanelId
String

Platform::String

winrt::hstring

Identificador del dispositivo de uno de los paneles bisagrados.

secondPanelId
String

Platform::String

winrt::hstring

Identificador del dispositivo del otro panel con bisagra.

Devoluciones

Cuando se completa este método, devuelve una referencia a bisagraAngleSensor.

Atributos

Se aplica a