AttributedTextExtensions.CreateParagraphs(IAttributedText) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- attributedText
- IAttributedText