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<unsigned int>

IReference<uint32_t>

파트의 나머지 문자입니다.

Windows 요구 사항

앱 기능
chat chatSystem smsSend

설명

메시지의 SMS 텍스트 부분은 필요한 경우 여러 부분으로 나뉩니다. RemainingCharacterCountInPart 값은 최종 메시지 조각에서 사용되지 않은 상태로 남아 있는 문자 위치의 수입니다.

적용 대상