MediaFrameSourceInfo.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a read-only map of properties for a 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)
Property Value
A read-only map of properties for a media frame source.