Compartir a través de


DisplayModeInfo.Properties Propiedad

Definición

Obtiene una colección que contiene las propiedades de DisplayModeInfo.

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 = displayModeInfo.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>

IMapView, con clave GUID, de objetos que representan propiedades.

Se aplica a