Partager via


WebProviderError.Properties Propriété

Définition

Obtient les propriétés d’erreur.

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)

Valeur de propriété

IMap<String,String>

IDictionary<String,String>

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

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

Propriétés d’erreur. Pour obtenir la liste des codes d’erreur, consultez Propriété WebProviderError.ErrorCode .

S’applique à

Voir aussi