ITextViewLine.LineTransform, propriété
Obtient le LineTransform utilisé pour rendre cette ligne.
Espace de noms : Microsoft.VisualStudio.Text.Formatting
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
ReadOnly Property LineTransform As LineTransform
LineTransform LineTransform { get; }
property LineTransform LineTransform {
LineTransform get ();
}
abstract LineTransform : LineTransform with get
function get LineTransform () : LineTransform
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Formatting.LineTransform
LineTransform utilisé pour afficher cette ligne.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.