Condividi tramite


Proprietà IVsTextEditPerLanguage.AutoListParams

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextEditPerLanguage Interfaccia

Spazio dei nomi EnvDTE