ITextViewLine.Change, propriété
Place la modification pour cette ligne de texte rendue entre la disposition actuelle et la précédente.
Espace de noms : Microsoft.VisualStudio.Text.Formatting
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
ReadOnly Property Change As TextViewLineChange
TextViewLineChange Change { get; }
property TextViewLineChange Change {
TextViewLineChange get ();
}
abstract Change : TextViewLineChange with get
function get Change () : TextViewLineChange
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Formatting.TextViewLineChange
La modification pour cette ligne de texte rendu entre la mise en page actuelle et la mise en page précédente.
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.