GameList.FindAllAsync 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.
Surcharges
FindAllAsync() |
Retourne toutes les GameListEntries. |
FindAllAsync(String) |
Renvoie tous les GameListEntries qui correspondent au packageFamilyName fourni pour le paramètre String. |
FindAllAsync()
Retourne toutes les GameListEntries.
public:
static IAsyncOperation<IVectorView<GameListEntry ^> ^> ^ FindAllAsync();
/// [Windows.Foundation.Metadata.Overload("FindAllAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<GameListEntry>> FindAllAsync();
[Windows.Foundation.Metadata.Overload("FindAllAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<GameListEntry>> FindAllAsync();
function findAllAsync()
Public Shared Function FindAllAsync () As IAsyncOperation(Of IReadOnlyList(Of GameListEntry))
Retours
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
gameList
|
Remarques
Cette API n’est pas disponible pour toutes les applications. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.
Voir aussi
S’applique à
FindAllAsync(String)
Renvoie tous les GameListEntries qui correspondent au packageFamilyName fourni pour le paramètre String.
public:
static IAsyncOperation<IVectorView<GameListEntry ^> ^> ^ FindAllAsync(Platform::String ^ packageFamilyName);
/// [Windows.Foundation.Metadata.Overload("FindAllAsyncPackageFamilyName")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVectorView<GameListEntry>> FindAllAsync(winrt::hstring const& packageFamilyName);
[Windows.Foundation.Metadata.Overload("FindAllAsyncPackageFamilyName")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<GameListEntry>> FindAllAsync(string packageFamilyName);
function findAllAsync(packageFamilyName)
Public Shared Function FindAllAsync (packageFamilyName As String) As IAsyncOperation(Of IReadOnlyList(Of GameListEntry))
Paramètres
- packageFamilyName
-
String
Platform::String
winrt::hstring
Retours
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
gameList
|
Remarques
Cette API n’est pas disponible pour toutes les applications. Sauf si votre compte de développeur est spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.