StoreConfiguration.GetStoreLogDataAsync(StoreLogOptions) 方法

定义

获取当前设备的 Microsoft Store 日志数据。

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)

参数

options
StoreLogOptions

一个 值,该值指定日志数据请求的选项。

返回

成功完成后返回包含日志数据的 IRandomAccessStreamReference 对象的异步操作。

属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于