DefaultOptions.AutoDetectUtf8Id Field
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.
The default option that determines whether files, when opened, attempt to detect for a utf-8 encoding.
public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> AutoDetectUtf8Id;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> AutoDetectUtf8Id;
staticval mutable AutoDetectUtf8Id : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly AutoDetectUtf8Id As EditorOptionKey(Of Boolean)