ChatMessageValidationResult.RemainingCharacterCountInPart 属性

定义

获取未在最终消息片段中使用的字符数。 验证消息的 SMS 文本部分时,此值具有意义。

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)

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference<unsigned int>

IReference<uint32_t>

部件中的剩余字符。

Windows 要求

应用功能
chat chatSystem smsSend

注解

如有必要,消息的短信部分分为多个部分。 RemainingCharacterCountInPart 值是最终消息片段中仍然未使用的字符位置数。

适用于