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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.