RichEditTextDocument.GetMathML(String) Metodo

Definizione

Recupera il contenuto di RichEditBox come stringa MathML (Math Markup Language).

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)

Parametri

value
String

Platform::String

winrt::hstring

Stringa MathML.

Commenti

Le app devono abilitare la modalità matematica chiamando SetMathMode prima di chiamare GetMathML. Questo metodo genera un errore E_INVALIDARG se RichEditBox non è impostato sulla modalità matematica.

Si applica a

Vedi anche