次の方法で共有


RcsTransport.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 = rcsTransport.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

適用対象