Compartilhar via


Método IFormattedLineSource.FormatLineInVisualBuffer

Formata o texto e ornamentos em um ITextSnapshotLine.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
Function FormatLineInVisualBuffer ( _
    visualLine As ITextSnapshotLine _
) As Collection(Of IFormattedLine)
Collection<IFormattedLine> FormatLineInVisualBuffer(
    ITextSnapshotLine visualLine
)
Collection<IFormattedLine^>^ FormatLineInVisualBuffer(
    ITextSnapshotLine^ visualLine
)
abstract FormatLineInVisualBuffer : 
        visualLine:ITextSnapshotLine -> Collection<IFormattedLine> 
function FormatLineInVisualBuffer(
    visualLine : ITextSnapshotLine
) : Collection<IFormattedLine>

Parâmetros

Valor de retorno

Tipo: Collection<IFormattedLine>
O texto formatado para aquela linha.

Comentários

IFormattedLineos objetos são IDisposable e devem ser descartados explicitamente. O fornecido ITextSnapshotLine deve pertencer ao snapshot do buffer visual, desde que os elementos visuais live no buffer.

Segurança do .NET Framework

Consulte também

Referência

IFormattedLineSource Interface

Namespace Microsoft.VisualStudio.Text.Formatting