property_type_code

property_type_code

Revisió

property_type_code És un enum a Aspose.Email FOSS per C++.

Descripció

property_type_code és un tipus d’enumeració a la biblioteca de C++. defineix un conjunt de constants anomenats que controlen el comportament o especifiquen opcions dins de l’API. property_type_code Ajuda a garantir la seguretat del tipus limitant els valors a un conjunt predefinit.

Les capacitats bàsics inclouen: Representen un tipus de propietat integral signat 16 bit; representen el tipus d’identitat integral signada 32 bit. Representa un model de propietats flotant (float) 32-bit. Aquestes operacions permeten als desenvolupadors integrar la funcionalitat del codi propi_type_directament en aplicacions C++.

Values

ValorDescripció
ptyp_integer16Representa un tipus de propietat d’enter signat de 16‑bit
ptyp_integer32Representa un tipus de propietat d’enter amb signe de 32 bits
ptyp_floating32Representa un tipus de propietat de punt flotant de 32‑bit (float)
ptyp_floating64Representa un tipus de propietat de punt flotant de 64‑bit (double)
ptyp_currencyRepresenta un tipus de propietat de moneda (punt fix)
ptyp_floating_timeRepresenta un tipus de propietat de valor de temps en punt flotant
ptyp_error_codeRepresenta un tipus de propietat de codi d’error
ptyp_boolean
ptyp_objectRepresenta un tipus de propietat de referència d’objecte
ptyp_integer64Representa un tipus de propietat d’enter signat de 64 bits
ptyp_string8
ptyp_string
ptyp_timeRepresenta un tipus de propietat de data‑hora
ptyp_guid
ptyp_binaryRepresenta un tipus de propietat de blob binari
ptyp_multiple_integer16Representa una matriu d’enters de 16 bits
ptyp_multiple_integer32Representa una matriu d’enters de 32‑bits
ptyp_multiple_floating32Representa una matriu de flotants de 32‑bit
ptyp_multiple_floating64Representa una matriu de dobles de 64‑bit
ptyp_multiple_currencyRepresenta una matriu de valors de moneda
ptyp_multiple_floating_timeRepresenta una matriu de temps de punt flotant
ptyp_multiple_integer64Representa una matriu d’enters de 64 bits
ptyp_multiple_string8
ptyp_multiple_string
ptyp_multiple_timeRepresenta una matriu de valors de data‑hora
ptyp_multiple_guid
ptyp_multiple_binaryRepresenta una matriu de blobs binaris

Veure també

 Català