次の方法で共有


MediaFrameSourceInfo.Properties プロパティ

定義

MediaFrameSource のプロパティの読み取り専用マップを取得します。

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

プロパティ値

IMapView<Guid,Object>

IReadOnlyDictionary<Guid,Object>

IMapView<Platform::Guid,Platform::Object>

IMapView<winrt::guid,IInspectable>

メディア フレーム ソースのプロパティの読み取り専用マップ。

適用対象