TextElementEnumerator.GetTextElement 메서드

정의

문자열의 현재 텍스트 요소를 가져옵니다.

public:
 System::String ^ GetTextElement();
public string GetTextElement ();
member this.GetTextElement : unit -> string
Public Function GetTextElement () As String

반환

String

읽고 있는 문자열의 현재 텍스트 요소를 포함하는 새 문자열입니다.

예외

열거자가 문자열의 첫째 텍스트 요소 앞이나 마지막 텍스트 요소 뒤에 배치되는 경우

설명

이 메서드는 속성과 동일한 텍스트 요소를 반환합니다 Current .

적용 대상

추가 정보