Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Identifica o tipo armazenado em um objeto Windows Runtime que implementa a interface IPropertyValue.
Syntax
typedef enum PropertyType {
PropertyType_Empty = 0,
PropertyType_UInt8 = 1,
PropertyType_Int16 = 2,
PropertyType_UInt16 = 3,
PropertyType_Int32 = 4,
PropertyType_UInt32 = 5,
PropertyType_Int64 = 6,
PropertyType_UInt64 = 7,
PropertyType_Single = 8,
PropertyType_Double = 9,
PropertyType_Char16 = 10,
PropertyType_Boolean = 11,
PropertyType_String = 12,
PropertyType_Inspectable = 13,
PropertyType_DateTime = 14,
PropertyType_TimeSpan = 15,
PropertyType_Guid = 16,
PropertyType_Point = 17,
PropertyType_Size = 18,
PropertyType_Rect = 19,
PropertyType_OtherType = 20,
PropertyType_UInt8Array = 1025,
PropertyType_Int16Array = 1026,
PropertyType_UInt16Array = 1027,
PropertyType_Int32Array = 1028,
PropertyType_UInt32Array = 1029,
PropertyType_Int64Array = 1030,
PropertyType_UInt64Array = 1031,
PropertyType_SingleArray = 1032,
PropertyType_DoubleArray = 1033,
PropertyType_Char16Array = 1034,
PropertyType_BooleanArray = 1035,
PropertyType_StringArray = 1036,
PropertyType_InspectableArray = 1037,
PropertyType_DateTimeArray = 1038,
PropertyType_TimeSpanArray = 1039,
PropertyType_GuidArray = 1040,
PropertyType_PointArray = 1041,
PropertyType_SizeArray = 1042,
PropertyType_RectArray = 1043,
PropertyType_OtherTypeArray = 1044
} ;
Constantes
PropertyType_EmptyValor: 0 O objeto não contém um valor. |
PropertyType_UInt8Valor: 1 O objeto contém um inteiro de 8 bits sem sinal. |
PropertyType_Int16Valor: 2 O objeto contém um inteiro com sinal de 16 bits. |
PropertyType_UInt16Valor: 3 O objeto contém um inteiro de 16 bits sem sinal. |
PropertyType_Int32Valor: 4 O objeto contém um inteiro com sinal de 32 bits. |
PropertyType_UInt32Valor: 5 O objeto contém um inteiro de 32 bits sem sinal. |
PropertyType_Int64Valor: 6 O objeto contém um inteiro com sinal de 64 bits. |
PropertyType_UInt64Valor: 7 O objeto contém um inteiro de 64 bits sem sinal. |
PropertyType_SingleValor: 8 O objeto contém um valor de ponto flutuante de 32 bits. Esse valor está em conformidade com o padrão IEEE 754. |
PropertyType_DoubleValor: 9 O objeto contém um valor de ponto flutuante de 64 bits. Esse valor está em conformidade com o padrão IEEE 754. |
PropertyType_Char16Valor: 10 O objeto contém um caractere de 16 bits. Esse caractere representa uma unidade de código UTF-16 (Unicode). |
PropertyType_BooleanValor: 11 O objeto contém um valor booliano de 8 bits. |
PropertyType_StringValor: 12 O objeto contém um HSTRING. |
PropertyType_InspectableValor: 13 O objeto contém um objeto que implementa a interface IInspectable . |
PropertyType_DateTimeValor: 14 O objeto contém um DateTime. |
PropertyType_TimeSpanValor: 15 O objeto contém um TimeSpan. |
PropertyType_GuidValor: 16 O objeto contém um GUID. |
PropertyType_PointValor: 17 O objeto contém um Point. |
PropertyType_SizeValor: 18 O objeto contém um Size. |
PropertyType_RectValor: 19 O objeto contém um Rect. |
PropertyType_OtherTypeValor: 20 O objeto contém um tipo não especificado. |
PropertyType_UInt8ArrayValor: 1025 O objeto contém uma matriz de inteiros de 8 bits sem sinal. |
PropertyType_Int16ArrayValor: 1026 O objeto contém uma matriz de inteiros com sinal de 16 bits. |
PropertyType_UInt16ArrayValor: 1027 O objeto contém uma matriz de inteiros de 16 bits sem sinal. |
PropertyType_Int32ArrayValor: 1028 O objeto contém uma matriz de inteiros com sinal de 32 bits. |
PropertyType_UInt32ArrayValor: 1029 O objeto contém uma matriz de inteiros de 32 bits sem sinal. |
PropertyType_Int64ArrayValor: 1030 O objeto contém uma matriz de inteiros com sinal de 64 bits. |
PropertyType_UInt64ArrayValor: 1031 O objeto contém uma matriz de inteiros sem sinal de 64 bits. |
PropertyType_SingleArrayValor: 1032 O objeto contém uma matriz de valores de ponto flutuante de 32 bits. |
PropertyType_DoubleArrayValor: 1033 O objeto contém uma matriz de valores de ponto flutuante de 64 bits. |
PropertyType_Char16ArrayValor: 1034 O objeto contém uma matriz de caracteres de 16 bits. |
PropertyType_BooleanArrayValor: 1035 O objeto contém uma matriz de valores boolianos de 8 bits. |
PropertyType_StringArrayValor: 1036 O objeto contém uma matriz de HSTRING. |
PropertyType_InspectableArrayValor: 1037 O objeto contém uma matriz de objetos que implementam a interface IInspectable . |
PropertyType_DateTimeArrayValor: 1038 O objeto contém uma matriz de DateTime. |
PropertyType_TimeSpanArrayValor: 1039 O objeto contém uma matriz de TimeSpan. |
PropertyType_GuidArrayValor: 1040 O objeto contém uma matriz de GUIDs. |
PropertyType_PointArrayValor: 1041 O objeto contém uma matriz de Point. |
PropertyType_SizeArrayValor: 1042 O objeto contém uma matriz de Size. |
PropertyType_RectArrayValor: 1043 O objeto contém uma matriz de Rect. |
PropertyType_OtherTypeArrayValor: 1044 O objeto contém uma matriz de um tipo não especificado. |
Requisitos
| Requisito | Valor |
|---|---|
| Cliente mínimo com suporte | Windows 8 |
| Servidor mínimo com suporte | Windows Server 2012 |
| Cabeçalho | windows.foundation.h |