WerStoreApi.IWerStore.GetReports 方法

定义

获取此存储区包含的报表的枚举

public:
 System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Telemetry::WindowsErrorReporting::WerStoreApi::IWerReportData ^> ^ GetReports();
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WerStoreApi.IWerReportData> GetReports ();
abstract member GetReports : unit -> seq<Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WerStoreApi.IWerReportData>
Public Function GetReports () As IEnumerable(Of WerStoreApi.IWerReportData)

返回

IEnumerable<IWerReportData>

此存储区中报表的枚举。

适用于