ChatMessageTransportConfiguration.ExtendedProperties プロパティ

定義

トランスポートの拡張プロパティを取得します。

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ ExtendedProperties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> ExtendedProperties();
public IReadOnlyDictionary<string,object> ExtendedProperties { get; }
var iMapView = chatMessageTransportConfiguration.extendedProperties;
Public ReadOnly Property ExtendedProperties As IReadOnlyDictionary(Of String, Object)

プロパティ値

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

トランスポートの拡張プロパティ。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象