Compartilhar via


Propriedade ITextEdit.HasEffectiveChanges

Determina se a edição tem alterações nas regiões que não seja somente leitura.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (em Microsoft.VisualStudio.Text.Data.dll)

Sintaxe

'Declaração
ReadOnly Property HasEffectiveChanges As Boolean
bool HasEffectiveChanges { get; }
property bool HasEffectiveChanges {
    bool get ();
}
abstract HasEffectiveChanges : bool with get
function get HasEffectiveChanges () : boolean

Valor de propriedade

Tipo: Boolean
true Se a edição tem alterações em regiões que não seja somente leitura, otherwise false.

Segurança do .NET Framework

Consulte também

Referência

ITextEdit Interface

Namespace Microsoft.VisualStudio.Text