StoreConfiguration.GetStoreLogDataAsync(StoreLogOptions) Méthode

Définition

Obtient les données de journal du Microsoft Store pour l’appareil actuel.

public:
 static IAsyncOperation<IRandomAccessStreamReference ^> ^ GetStoreLogDataAsync(StoreLogOptions options);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IRandomAccessStreamReference> GetStoreLogDataAsync(StoreLogOptions const& options);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IRandomAccessStreamReference> GetStoreLogDataAsync(StoreLogOptions options);
function getStoreLogDataAsync(options)
Public Shared Function GetStoreLogDataAsync (options As StoreLogOptions) As IAsyncOperation(Of IRandomAccessStreamReference)

Paramètres

options
StoreLogOptions

Valeur qui spécifie les options pour la demande de données de journal.

Retours

Opération asynchrone qui, une fois l’exécution réussie, retourne un objet IRandomAccessStreamReference qui contient les données du journal.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à