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 エラーをスローします。

適用対象

こちらもご覧ください