Propriedade ITextViewLine.Change
Obtém a alteração para este textline processado entre o layout atual e o layout anterior.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (em Microsoft.VisualStudio.Text.UI.dll)
Sintaxe
'Declaração
ReadOnly Property Change As TextViewLineChange
TextViewLineChange Change { get; }
property TextViewLineChange Change {
TextViewLineChange get ();
}
abstract Change : TextViewLineChange with get
function get Change () : TextViewLineChange
Valor de propriedade
Tipo: Microsoft.VisualStudio.Text.Formatting.TextViewLineChange
A alteração processado entre o layout atual e o layout anterior à linha do texto.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.