ChatMessageValidationResult.PartCount 屬性

定義

取得這個訊息所需的文字片段總數。 此值在驗證訊息的 SMS 文字部分時具有意義。

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

備註

如有需要,訊息的 SMS 文字部分會分成多個部分。 PartCount 值是包含此訊息所需的元件總數。

適用於