TextViewOptionExtensions.IsVisibleWhitespaceEnabledOnlyForSelection Method
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.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsVisibleWhitespaceEnabledOnlyForSelection(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsVisibleWhitespaceEnabledOnlyForSelection (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsVisibleWhitespaceEnabledOnlyForSelection : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsVisibleWhitespaceEnabledOnlyForSelection (options As IEditorOptions) As Boolean
Parameters
- options
- IEditorOptions