WerStoreApi.GetStore(WerStoreApi+REPORT_STORE_TYPES) Method

Definition

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

Parameters

Returns

WerStoreApi.IWerStore

Applies to