TextViewOptionExtensions.WordWrapStyle Method
Gets the set of word wrap styles with the specified set of editor options.
Namespace: Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function WordWrapStyle ( _
options As IEditorOptions _
) As WordWrapStyles
public static WordWrapStyles WordWrapStyle(
this IEditorOptions options
)
[ExtensionAttribute]
public:
static WordWrapStyles WordWrapStyle(
IEditorOptions^ options
)
static member WordWrapStyle :
options:IEditorOptions -> WordWrapStyles
public static function WordWrapStyle(
options : IEditorOptions
) : WordWrapStyles
Parameters
options
Type: Microsoft.VisualStudio.Text.Editor.IEditorOptionsThe set of editor options.
Return Value
Type: Microsoft.VisualStudio.Text.Editor.WordWrapStyles
The WordWrapStyles of the set of editor options.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEditorOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TextViewOptionExtensions Class
Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods Namespace