StoreConfiguration.GetStoreLogDataAsync(StoreLogOptions) Methode

Definition

Ruft Microsoft Store-Protokolldaten für das aktuelle Gerät ab.

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)

Parameter

options
StoreLogOptions

Ein -Wert, der Optionen für die Protokolldatenanforderung angibt.

Gibt zurück

Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung ein IRandomAccessStreamReference-Objekt zurückgibt, das die Protokolldaten enthält.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: