AttributedTextExtensions.CreateParagraphs(IAttributedText) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
[System::Runtime::CompilerServices::Extension]
static System::Collections::Generic::IReadOnlyList<Microsoft::Maui::Graphics::Text::IAttributedText ^> ^ CreateParagraphs(Microsoft::Maui::Graphics::Text::IAttributedText ^ attributedText);
public static System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Graphics.Text.IAttributedText> CreateParagraphs (this Microsoft.Maui.Graphics.Text.IAttributedText attributedText);
static member CreateParagraphs : Microsoft.Maui.Graphics.Text.IAttributedText -> System.Collections.Generic.IReadOnlyList<Microsoft.Maui.Graphics.Text.IAttributedText>
<Extension()>
Public Function CreateParagraphs (attributedText As IAttributedText) As IReadOnlyList(Of IAttributedText)
Parametri
- attributedText
- IAttributedText