DefaultOptions.ReplicateNewLineCharacterOptionName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The name of the default option that determines the newline character or characters. The newline character can be a string, as in the common case of "\r\n". This setting applies when ReplicateNewLineCharacter is false, or when ReplicateNewLineCharacter is true and the text buffer is empty.
public: System::String ^ ReplicateNewLineCharacterOptionName;
std::wstring ReplicateNewLineCharacterOptionName;
public const string ReplicateNewLineCharacterOptionName;
val mutable ReplicateNewLineCharacterOptionName : string
Public Const ReplicateNewLineCharacterOptionName As String