Sdílet prostřednictvím


IVsTextEditPerLanguage.IndentSize – vlastnost

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.Int16

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IVsTextEditPerLanguage Rozhraní

EnvDTE – obor názvů