NewLineCharacter::Default Property

 

Gets the default value ("\r\n").

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

public:
property String^ Default {
	virtual String^ get() override;
}

Property Value

Type: System::String^

"\r\n".

Return to top
Show: