Proprietà IVsTextEditGeneral.UndoCaretActions

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 UndoCaretActions As Boolean
    Get
    Set
bool UndoCaretActions { get; set; }
property bool UndoCaretActions {
    bool get ();
    void set (bool value);
}
abstract UndoCaretActions : bool with get, set
function get UndoCaretActions () : boolean
function set UndoCaretActions (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextEditGeneral Interfaccia

Spazio dei nomi EnvDTE