次の方法で共有


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>

メディア ストリーム内のコンテンツのカスタム プロパティ名と値。

適用対象