XmlAttributedTextWriter.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Write(IAttributedText) | |
Write(IAttributedText, TextWriter) |
Write(IAttributedText)
- Source:
- XmlAttributedTextWriter.cs
- Source:
- XmlAttributedTextWriter.cs
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
Parameters
- text
- IAttributedText
Returns
Applies to
Write(IAttributedText, TextWriter)
- Source:
- XmlAttributedTextWriter.cs
- Source:
- XmlAttributedTextWriter.cs
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)
Parameters
- attributedText
- IAttributedText
- writer
- TextWriter
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.