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 값은 최종 메시지 조각에서 사용되지 않은 상태로 남아 있는 문자 위치의 수입니다.