XmlAttributedTextWriter.Write Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Write(IAttributedText) | |
Write(IAttributedText, TextWriter) |
Write(IAttributedText)
public:
System::String ^ Write(Microsoft::Maui::Graphics::Text::IAttributedText ^ text);
public string Write (Microsoft.Maui.Graphics.Text.IAttributedText text);
member this.Write : Microsoft.Maui.Graphics.Text.IAttributedText -> string
Public Function Write (text As IAttributedText) As String
Parâmetros
- text
- IAttributedText
Retornos
Aplica-se a
Write(IAttributedText, TextWriter)
public:
void Write(Microsoft::Maui::Graphics::Text::IAttributedText ^ attributedText, System::IO::TextWriter ^ writer);
public void Write (Microsoft.Maui.Graphics.Text.IAttributedText attributedText, System.IO.TextWriter writer);
member this.Write : Microsoft.Maui.Graphics.Text.IAttributedText * System.IO.TextWriter -> unit
Public Sub Write (attributedText As IAttributedText, writer As TextWriter)
Parâmetros
- attributedText
- IAttributedText
- writer
- TextWriter