DefaultOptionExtensions::GetNewLineCharacter Method (IEditorOptions^)

 

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)

public:
[ExtensionAttribute]
static String^ GetNewLineCharacter(
	IEditorOptions^ options
)

Return Value

Type: System::String^

A string containing the newline character or characters.

Return to top
Show: