Compartir a través de


ChatMessageValidationResult.RemainingCharacterCountInPart Propiedad

Definición

Obtiene el número de caracteres que no se usan en los fragmentos de mensaje finales. Este valor tiene significado cuando se valida la parte de texto SMS de un mensaje.

public:
 property IReference<unsigned int> ^ RemainingCharacterCountInPart { IReference<unsigned int> ^ get(); };
IReference<uint32_t> RemainingCharacterCountInPart();
public System.Nullable<uint> RemainingCharacterCountInPart { get; }
var iReference = chatMessageValidationResult.remainingCharacterCountInPart;
Public ReadOnly Property RemainingCharacterCountInPart As Nullable(Of UInteger)

Valor de propiedad

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

Los caracteres restantes de la parte.

Requisitos de Windows

Características de aplicaciones
chat chatSystem smsSend

Comentarios

La parte de texto SMS de un mensaje se divide en varias partes si es necesario. El valor RemainingCharacterCountInPart es el número de posiciones de caracteres que permanecen sin usar en el fragmento de mensaje final.

Se aplica a