共用方式為


SourceChangeRequestedEventArgs.Properties 屬性

定義

取得媒體資料流程中內容的自訂屬性名稱和值。

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

屬性值

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

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

IMapView<winrt::hstring,IInspectable>

媒體資料流程中內容的自訂屬性名稱和值。

適用於