次の方法で共有


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 値は、最後のメッセージ フラグメントで使用されていない文字位置の数です。

適用対象