AttributedTextExtensions.CreateBlocks(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::IList<Microsoft::Maui::Graphics::Text::AttributedTextBlock ^> ^ CreateBlocks(Microsoft::Maui::Graphics::Text::IAttributedText ^ text);
public static System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.AttributedTextBlock> CreateBlocks (this Microsoft.Maui.Graphics.Text.IAttributedText text);
static member CreateBlocks : Microsoft.Maui.Graphics.Text.IAttributedText -> System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.AttributedTextBlock>
<Extension()>
Public Function CreateBlocks (text As IAttributedText) As IList(Of AttributedTextBlock)
Parâmetros
- text
- IAttributedText