Share via


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
'Usage
Dim instance As IVsTextEditPerLanguage 
Dim value As vsIndentStyle 

value = instance.IndentStyle

instance.IndentStyle = value
vsIndentStyle IndentStyle { get; set; }
property vsIndentStyle IndentStyle {
    vsIndentStyle get ();
    void set (vsIndentStyle value);
}
function get IndentStyle () : vsIndentStyle 
function set IndentStyle (value : vsIndentStyle)

Property Value

Type: EnvDTE.vsIndentStyle

.NET Framework Security

See Also

Reference

IVsTextEditPerLanguage Interface

IVsTextEditPerLanguage Members

EnvDTE Namespace