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)
Syntax
'宣言
Public Overrides ReadOnly Property Default As String
Get
public override string Default { get; }
public:
virtual property String^ Default {
String^ get () override;
}
abstract Default : string
override Default : string
override function get Default () : String
Property Value
Type: System.String
"\r\n".
.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.