Compartilhar via


Propriedade ITextViewLine.LineTransform

Obtém o LineTransform usado para processar essa linha.

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

Sintaxe

'Declaração
ReadOnly Property LineTransform As LineTransform
LineTransform LineTransform { get; }
property LineTransform LineTransform {
    LineTransform get ();
}
abstract LineTransform : LineTransform with get
function get LineTransform () : LineTransform

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Formatting.LineTransform
O LineTransform usado para processar essa linha.

Segurança do .NET Framework

Consulte também

Referência

ITextViewLine Interface

Namespace Microsoft.VisualStudio.Text.Formatting