Freigeben über


DisplayModeInfo.Properties Eigenschaft

Definition

Ruft eine Auflistung ab, die die Eigenschaften von DisplayModeInfo enthält.

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)

Eigenschaftswert

IMapView<Guid,Object>

IReadOnlyDictionary<Guid,Object>

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

IMapView<winrt::guid,IInspectable>

Eine IMapView mit Guid-Schlüssel von Objekten, die Eigenschaften darstellen.

Gilt für: