Condividi tramite


Proprietà TextEditor.Overtype

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Property Overtype As Boolean
bool Overtype { get; set; }
property bool Overtype {
    bool get ();
    void set (bool value);
}
abstract Overtype : bool with get, set
function get Overtype () : boolean
function set Overtype (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextEditor Interfaccia

Spazio dei nomi EnvDTE