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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.