ClaimedLineDisplay.GetStatisticsAsync(IIterable<String>) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera le statistiche richieste dalla visualizzazione della riga.
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)
Parametri
Elenco delle statistiche da recuperare.
- Un elenco vuoto recupera tutte le statistiche.
- Per recuperare statistiche specifiche definite dal produttore, includere i nomi della statistica specificati dal produttore, ad esempio "name1" o "name2".
- Includere LineDisplayStatisticsCategorySelector.ManufacturerStatistics e LineDisplayStatisticsCategorySelector.UnifiedPosStatistics per recuperare rispettivamente statistiche specifiche del produttore e UnifiedPOS.
Restituisce
Stringa XML che rappresenta le statistiche richieste.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 Fall Creators Update (è stato introdotto in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v5.0)
|