LanguagePreferences::IndentStyle Property

 

Gets or sets the style used for formatting sections of text.

Namespace:   Microsoft.VisualStudio.Package
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::IndentingStyle

A 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.

Return to top
Show: