StringInfo.LengthInTextElements 속성
정의
현재 StringInfo 개체의 텍스트 요소 수를 가져옵니다.Gets the number of text elements in the current StringInfo object.
public:
property int LengthInTextElements { int get(); };
public int LengthInTextElements { get; }
member this.LengthInTextElements : int
Public ReadOnly Property LengthInTextElements As Integer
속성 값
기본 문자, 서로게이트 쌍, 이 StringInfo 개체의 문자 시퀀스 결합 수입니다.The number of base characters, surrogate pairs, and combining character sequences in this StringInfo object.