다음을 통해 공유


LanguagePreferences.IndentSize Property

Gets or sets the number of spaces to indent when formatting source.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

‘선언
Public Property IndentSize As Integer
    Get
    Set
‘사용 방법
Dim instance As LanguagePreferences
Dim value As Integer

value = instance.IndentSize

instance.IndentSize = value
public int IndentSize { get; set; }
public:
property int IndentSize {
    int get ();
    void set (int value);
}
member IndentSize : int with get, set
function get IndentSize () : int
function set IndentSize (value : int)

Property Value

Type: System.Int32
The number of spaces to use for tab positions while formatting.

Remarks

This property is not used in the default managed package framework language service classes.

This property affects the preferences value uIndentSize.

.NET Framework Security

See Also

Reference

LanguagePreferences Class

LanguagePreferences Members

Microsoft.VisualStudio.Package Namespace