ChatMessageValidationResult.PartCount 属性

定义

获取此消息所需的文本片段总数。 验证消息的短信文本部分时,此值有意义。

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

属性值

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

部件数。

Windows 要求

应用功能
chat chatSystem smsSend

注解

如有必要,消息的短信部分分为多个部分。 PartCount 值是包含此消息所需的部件总数。

适用于