IVsTextEditPerLanguage.IndentStyle Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Property IndentStyle As vsIndentStyle
vsIndentStyle IndentStyle { get; set; }
property vsIndentStyle IndentStyle {
    vsIndentStyle get ();
    void set (vsIndentStyle value);
}
abstract IndentStyle : vsIndentStyle with get, set
function get IndentStyle () : vsIndentStyle 
function set IndentStyle (value : vsIndentStyle)

Property Value

Type: EnvDTE.vsIndentStyle

.NET Framework Security

See Also

Reference

IVsTextEditPerLanguage Interface

EnvDTE Namespace