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