Proprietà IVsTextEditPerLanguage.IndentSize
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 IndentSize As Short
Get
Set
short IndentSize { get; set; }
property short IndentSize {
short get ();
void set (short value);
}
abstract IndentSize : int16 with get, set
function get IndentSize () : short
function set IndentSize (value : short)
Valore proprietà
Tipo: System.Int16
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.