System.SimpleRating
Sistema de clasificación que usa un intervalo de valores enteros entre 0 y 5.
Windows 10, versión 1703, Windows 10, versión 1607, Windows 10, versión 1511, Windows 10, versión 1507, Windows 8.1, Windows 8, Windows 7, Windows Vista
propertyDescription
name = System.SimpleRating
shellPKey = PKEY_SimpleRating
formatID = A09F084E-AD41-489F-8076-AA5BE3082BCA
propID = 100
SearchInfo
InInvertedIndex = false
IsColumn = false
typeInfo
type = UInt32
IsInnate = true
Comentarios
Los valores PKEY se definen en Propkey.h.
Para la compatibilidad con el sistema de clasificación de Shell de Windows Vista, el controlador de propiedades también debe rellenar la propiedad System.Rating con la asignación tal y como se describe para esa propiedad.
Use la tabla siguiente para convertir de System.Rating a System.SimpleRating.
System.Rating | System.SimpleRating |
---|---|
0 | 0 |
1-12 | 1 |
13-37 | 2 |
38-62 | 3 |
63-87 | 4 |
88-99 | 5 |
Temas relacionados