ClaimedLineDisplay.GetStatisticsAsync(IIterable<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 les statistiques demandées à partir de l’affichage de ligne.
public:
virtual IAsyncOperation<Platform::String ^> ^ GetStatisticsAsync(IIterable<Platform::String ^> ^ statisticsCategories) = GetStatisticsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetStatisticsAsync(IIterable<winrt::hstring> const& statisticsCategories);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetStatisticsAsync(IEnumerable<string> statisticsCategories);
function getStatisticsAsync(statisticsCategories)
Public Function GetStatisticsAsync (statisticsCategories As IEnumerable(Of String)) As IAsyncOperation(Of String)
Paramètres
Liste des statistiques à récupérer.
- Une liste vide récupère toutes les statistiques.
- Pour récupérer des statistiques spécifiques définies par le fabricant, incluez les noms de statistiques spécifiés par le fabricant, tels que « name1 » ou « name2 ».
- Incluez LineDisplayStatisticsCategorySelector.ManufacturerStatistics et LineDisplayStatisticsCategorySelector.UnifiedPosStatistics pour récupérer respectivement des statistiques spécifiques au fabricant et UnifiedPOS.
Retours
Chaîne XML représentant les statistiques demandées.
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|