DefaultOptions.TabSizeOptionName Field
The name of the default option that determines size of a tab. This option is used to determine the numerical column offset of a tab character ('\t') and, if ConvertTabsToSpaces is enabled, the number of spaces to which a tab should be converted.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Const TabSizeOptionName As String
public const string TabSizeOptionName
public:
literal String^ TabSizeOptionName
static val mutable TabSizeOptionName: string
public const var TabSizeOptionName : String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.