Partager via


HttpRequestMessage.Properties Propriété

Définition

Obtient un ensemble de propriétés sur le instance HttpRequestMessage qui sont destinées à être utilisées par le développeur.

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

Valeur de propriété

IMap<String,Object>

IDictionary<String,Object>

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

IMap<winrt::hstring,IInspectable>

Ensemble de propriétés sur le instance HttpRequestMessage qui sont destinées à être utilisées par le développeur.

S’applique à