DefaultOptionExtensions.IsConvertTabsToSpacesEnabled Method
Determines whether the option to convert tabs to spaces is enabled in the specified IEditorOptions.
Namespace: Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
'宣告
<ExtensionAttribute> _
Public Shared Function IsConvertTabsToSpacesEnabled ( _
options As IEditorOptions _
) As Boolean
public static bool IsConvertTabsToSpacesEnabled(
this IEditorOptions options
)
[ExtensionAttribute]
public:
static bool IsConvertTabsToSpacesEnabled(
IEditorOptions^ options
)
static member IsConvertTabsToSpacesEnabled :
options:IEditorOptions -> bool
public static function IsConvertTabsToSpacesEnabled(
options : IEditorOptions
) : boolean
- options
Type: Microsoft.VisualStudio.Text.Editor.IEditorOptions
The IEditorOptions.
Type: System.Boolean
true if the option is enabled, otherwise false.
In Visual Basic and C#, you can call this method as an instance method on any object of type IEditorOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
- 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.
Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods Namespace