WerStoreApi.GetStore(WerStoreApi+REPORT_STORE_TYPES) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Opens a wer report store and allows you to enumerate the reports it contains. If called on an earlier operating system where the relevant APIs do not exist, it will return an empty enumerable.
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