RichEditTextDocument.GetMathML(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.