次の方法で共有


WebProviderError.Properties プロパティ

定義

エラープロパティを取得します。

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Properties { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Properties();
public IDictionary<string,string> Properties { get; }
var iMap = webProviderError.properties;
Public ReadOnly Property Properties As IDictionary(Of String, String)

プロパティ値

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

エラーのプロパティ。 エラー コードの一覧については、「 WebProviderError.ErrorCode プロパティ 」を参照してください。

適用対象

こちらもご覧ください