FormattingOptions.UseTabs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft.CodeAnalysis.Formatting.FormattingOptions2.UseTabs
public:
static property Microsoft::CodeAnalysis::Options::PerLanguageOption<bool> ^ UseTabs { Microsoft::CodeAnalysis::Options::PerLanguageOption<bool> ^ get(); };
public static Microsoft.CodeAnalysis.Options.PerLanguageOption<bool> UseTabs { get; }
static member UseTabs : Microsoft.CodeAnalysis.Options.PerLanguageOption<bool>
Public Shared ReadOnly Property UseTabs As PerLanguageOption(Of Boolean)