Partager via


IGameListEntry.Properties Propriété

Définition

Obtient une collection de toutes les propriétés qui se rapportent à l’objet IGameListEntry .

public:
 property IMapView<Platform::String ^, Platform::Object ^> ^ Properties { IMapView<Platform::String ^, Platform::Object ^> ^ get(); };
IMapView<winrt::hstring, IInspectable const&> Properties();
public IReadOnlyDictionary<string,object> Properties { get; }
var iMapView = iGameListEntry.properties;
Public ReadOnly Property Properties As IReadOnlyDictionary(Of String, Object)

Valeur de propriété

IMapView<String,Object>

IReadOnlyDictionary<String,Object>

IMapView<Platform::String,Platform::Object>

IMapView<winrt::hstring,IInspectable>

Configuration requise pour Windows

Fonctionnalités de l’application
gameList

Remarques

Cette API n’est pas disponible pour toutes les applications. À moins que votre compte de développeur ne soit spécialement approvisionné par Microsoft, les appels à ces API échouent au moment de l’exécution.

S’applique à