RichEditTextDocument.GetMathML(String) Méthode

Définition

Récupère le contenu de richEditBox sous forme de chaîne MathML (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)

Paramètres

value
String

Platform::String

winrt::hstring

Chaîne MathML.

Remarques

Les applications doivent activer le mode mathématique en appelant SetMathMode avant d’appeler GetMathML. Cette méthode lève une erreur E_INVALIDARG si RichEditBox n’est pas défini sur le mode mathématique.

S’applique à

Voir aussi