VibrationDevice.FindAllAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft asynchron alle erkannten Vibrationsgeräte ab.
public:
static IAsyncOperation<IVectorView<VibrationDevice ^> ^> ^ FindAllAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<VibrationDevice>> FindAllAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<VibrationDevice>> FindAllAsync();
function findAllAsync()
Public Shared Function FindAllAsync () As IAsyncOperation(Of IReadOnlyList(Of VibrationDevice))
Gibt zurück
Die Sammlung von VibrationDevices erkannt.
- Attribute