XmlAttributedTextReader.Read メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| Read(TextReader) | |
| Read(String) |
Read(TextReader)
public:
Microsoft::Maui::Graphics::Text::IAttributedText ^ Read(System::IO::TextReader ^ reader);
public Microsoft.Maui.Graphics.Text.IAttributedText Read (System.IO.TextReader reader);
member this.Read : System.IO.TextReader -> Microsoft.Maui.Graphics.Text.IAttributedText
Public Function Read (reader As TextReader) As IAttributedText
パラメーター
- reader
- TextReader
戻り値
適用対象
Read(String)
public:
Microsoft::Maui::Graphics::Text::IAttributedText ^ Read(System::String ^ text);
public Microsoft.Maui.Graphics.Text.IAttributedText Read (string text);
member this.Read : string -> Microsoft.Maui.Graphics.Text.IAttributedText
Public Function Read (text As String) As IAttributedText
パラメーター
- text
- String