TextViewOptionExtensions::WordWrapStyle Method (IEditorOptions^)
Visual Studio 2015
Gets the set of word wrap styles with the specified set of editor options.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: [ExtensionAttribute] static WordWrapStyles WordWrapStyle( IEditorOptions^ options )
Parameters
- options
-
Type:
Microsoft.VisualStudio.Text.Editor::IEditorOptions^
The set of editor options.
Return Value
Type: Microsoft.VisualStudio.Text.Editor::WordWrapStylesThe WordWrapStyles of the set of editor options.
Show: