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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.