DefaultOptionExtensions.GetNewLineCharacter Method

Gets the newline character or characters for the specified editor options.

Namespace:  Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetNewLineCharacter ( _
    options As IEditorOptions _
) As String
public static string GetNewLineCharacter(
    this IEditorOptions options
)
[ExtensionAttribute]
public:
static String^ GetNewLineCharacter(
    IEditorOptions^ options
)
static member GetNewLineCharacter : 
        options:IEditorOptions -> string
public static function GetNewLineCharacter(
    options : IEditorOptions
) : String

Parameters

Return Value

Type: String
A string containing the newline character or characters.

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

See Also

Reference

DefaultOptionExtensions Class

Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods Namespace