DefaultOptionExtensions.GetTrimTrailingWhieSpace(IEditorOptions) Method

Definition

Determines whether to trim trailing whitespace.

public:
[System::Runtime::CompilerServices::Extension]
 static bool GetTrimTrailingWhieSpace(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
 static bool GetTrimTrailingWhieSpace(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool GetTrimTrailingWhieSpace (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member GetTrimTrailingWhieSpace : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function GetTrimTrailingWhieSpace (options As IEditorOptions) As Boolean

Parameters

Returns

true if trailing whitespace should be trimmed, otherwise false.

Applies to