LanguagePreferences::IndentStyle Property
Visual Studio 2015
Gets or sets the style used for formatting sections of text.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
public: [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] property IndentingStyle IndentStyle { IndentingStyle get(); void set(IndentingStyle value); }
Property Value
Type: Microsoft.VisualStudio.Package::IndentingStyleA value from the IndentingStyle enumeration.
This property is not used in the default managed package framework language service classes.
Use this property in your implementation of the ReformatSpan method in the Source class.
This property affects the preferences value IndentStyle.
Show: