다음을 통해 공유


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

적용 대상