Partager via


ITextParagraphPropertiesFactoryService.Create, méthode

Crée une classe TextParagraphProperties pour la configuration fournie.

Espace de noms :  Microsoft.VisualStudio.Text.Formatting
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Function Create ( _
    formattedLineSource As IFormattedLineSource, _
    textProperties As TextFormattingRunProperties, _
    line As IMappingSpan, _
    lineStart As IMappingPoint, _
    lineSegment As Integer _
) As TextParagraphProperties
TextParagraphProperties Create(
    IFormattedLineSource formattedLineSource,
    TextFormattingRunProperties textProperties,
    IMappingSpan line,
    IMappingPoint lineStart,
    int lineSegment
)
TextParagraphProperties^ Create(
    IFormattedLineSource^ formattedLineSource, 
    TextFormattingRunProperties^ textProperties, 
    IMappingSpan^ line, 
    IMappingPoint^ lineStart, 
    int lineSegment
)
abstract Create : 
        formattedLineSource:IFormattedLineSource * 
        textProperties:TextFormattingRunProperties * 
        line:IMappingSpan * 
        lineStart:IMappingPoint * 
        lineSegment:int -> TextParagraphProperties
function Create(
    formattedLineSource : IFormattedLineSource, 
    textProperties : TextFormattingRunProperties, 
    line : IMappingSpan, 
    lineStart : IMappingPoint, 
    lineSegment : int
) : TextParagraphProperties

Paramètres

  • lineSegment
    Type : Int32

    Le numéro de segment du segment de ligne qui a été actuellement mis en forme. Il s'agit d'un index de base zéro applicable aux lignes avec retour automatique à la ligne. Si une ligne Word- est encapsulée dans 4 segments, vous recevrez 4 appels pour la ligne avec des segments de ligne de 0, une de 1, une de 2, et 3.

Valeur de retour

Type : TextParagraphProperties
TextParagraphProperties à utiliser lorsque la ligne est mise en forme.

Notes

Vous pouvez retourner TextFormattingParagraphProperties qui a un jeu pratique de propriétés de base.

Sécurité .NET Framework

Voir aussi

Référence

ITextParagraphPropertiesFactoryService Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms