다음을 통해 공유


XmlAttributedTextWriter.Write 메서드

정의

오버로드

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

매개 변수

반환

적용 대상

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)

매개 변수

attributedText
IAttributedText
writer
TextWriter

적용 대상