MediaFrameFormat.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 map of properties for the frame format.
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 = mediaFrameFormat.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of Guid, Object)
Property Value
A map of properties for the frame format.