DisplayModeInfo.Properties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection contenant les propriétés 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)
Valeur de propriété
IMapView, clé par Guid, d’objets représentant des propriétés.