TextViewOptionExtensions.WordWrapStyle(IEditorOptions) Method

Definition

Gets the set of word wrap styles with the specified set of editor options.

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

Parameters

options
IEditorOptions

The set of editor options.

Returns

The WordWrapStyles of the set of editor options.

Applies to