次の方法で共有


PhoneLineConfiguration.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 = phoneLineConfiguration.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 の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象