WerStoreApi.IWerStore.GetReports 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此存储区包含的报表的枚举
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)
返回
此存储区中报表的枚举。