Condividi tramite


WebProviderError.Properties Proprietà

Definizione

Ottiene le proprietà di errore.

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)

Valore della proprietà

IMap<String,String>

IDictionary<String,String>

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

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

Proprietà dell'errore. Per un elenco di codici di errore, vedere Proprietà WebProviderError.ErrorCode .

Si applica a

Vedi anche