Proprietà ITextEdit.HasEffectiveChanges
Determina se la modifica in aree non di sola lettura.
Spazio dei nomi: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Sintassi
'Dichiarazione
ReadOnly Property HasEffectiveChanges As Boolean
bool HasEffectiveChanges { get; }
property bool HasEffectiveChanges {
bool get ();
}
abstract HasEffectiveChanges : bool with get
function get HasEffectiveChanges () : boolean
Valore proprietà
Tipo: Boolean
true se la modifica in aree non di sola lettura, otherwise false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.