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 引進)

適用於