AttributedTextExtensions.CreateParagraphRun 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 static int CreateParagraphRun (this Microsoft.Maui.Graphics.Text.IAttributedText text, int start, int length, System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.IAttributedTextRun> runs, int startIndexForSearch = 0);
static member CreateParagraphRun : Microsoft.Maui.Graphics.Text.IAttributedText * int * int * System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.IAttributedTextRun> * int -> int
<Extension()>
Public Function CreateParagraphRun (text As IAttributedText, start As Integer, length As Integer, runs As IList(Of IAttributedTextRun), Optional startIndexForSearch As Integer = 0) As Integer
Parametri
- text
- IAttributedText
- start
- Int32
- length
- Int32
- runs
- IList<IAttributedTextRun>
- startIndexForSearch
- Int32