RichEditTextDocument.GetMathML(String) 메서드

정의

RichEditBox의 내용을 MathML(수학 태그 언어) 문자열로 검색합니다.

public:
 virtual void GetMathML([Out] Platform::String ^ & value) = GetMathML;
void GetMathML([Out] winrt::hstring const& & value);
public void GetMathML(out string value);
Public Sub GetMathML (ByRef value As String)

매개 변수

value
String

Platform::String

winrt::hstring

MathML 문자열입니다.

설명

앱은 GetMathML을 호출하기 전에 SetMathMode를 호출하여 수학 모드를 사용하도록 설정해야 합니다. RichEditBox가 수학 모드로 설정되지 않은 경우 이 메서드는 E_INVALIDARG 오류를 throw합니다.

적용 대상

추가 정보