WebProviderError.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラープロパティを取得します。
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)
プロパティ値
エラーのプロパティ。 エラー コードの一覧については、「 WebProviderError.ErrorCode プロパティ 」を参照してください。