Share via


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>

媒體畫面來源之屬性的唯讀對應。

適用於