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

IReference<uint32_t>

元件中的其餘字元。

Windows 需求

應用程式功能
chat chatSystem smsSend

備註

如有需要,訊息的 SMS 文字部分會分成多個部分。 RemainingCharacterCountInPart 值是最後一個訊息片段中仍未使用的字元位置數目。

適用於