MediaFrameReference.Properties Propriedade

Definição

Obtém um mapa de propriedades para o quadro referenciado.

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 = mediaFrameReference.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of Guid, Object)

Valor da propriedade

IMapView<Guid,Object>

IReadOnlyDictionary<Guid,Object>

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

IMapView<winrt::guid,IInspectable>

Um mapa de propriedades para o quadro referenciado.

Aplica-se a