WerStoreApi.GetStore(WerStoreApi+REPORT_STORE_TYPES) 方法

定义

打开一个 wer 报表存储,并允许您枚举它包含的报表。 如果在不存在相关 Api 的早期操作系统上调用,则该方法将返回空的可枚举。

public:
 static Microsoft::VisualStudio::Telemetry::WindowsErrorReporting::WerStoreApi::IWerStore ^ GetStore(Microsoft::VisualStudio::Telemetry::WindowsErrorReporting::WerStoreApi::REPORT_STORE_TYPES type);
public static Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WerStoreApi.IWerStore GetStore (Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WerStoreApi.REPORT_STORE_TYPES type);
static member GetStore : Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WerStoreApi.REPORT_STORE_TYPES -> Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WerStoreApi.IWerStore
Public Shared Function GetStore (type As WerStoreApi.REPORT_STORE_TYPES) As WerStoreApi.IWerStore

参数

返回

WerStoreApi.IWerStore

适用于