Compartir a través de


MediaFrameSourceInfo.Properties Propiedad

Definición

Obtiene un mapa de solo lectura de las propiedades de un objeto 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)

Valor de propiedad

IMapView<Guid,Object>

IReadOnlyDictionary<Guid,Object>

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

IMapView<winrt::guid,IInspectable>

Mapa de solo lectura de las propiedades de un origen de fotogramas multimedia.

Se aplica a