ChatMessageValidationResult.PartCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個訊息所需的文字片段總數。 此值在驗證訊息的 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)
屬性值
元件數目。
Windows 需求
應用程式功能 |
chat
chatSystem
smsSend
|
備註
如有需要,訊息的 SMS 文字部分會分成多個部分。 PartCount 值是包含此訊息所需的元件總數。