NewLineCharacter.Key Property
Gets the editor option key.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'宣言
Public Overrides ReadOnly Property Key As EditorOptionKey(Of String)
Get
public override EditorOptionKey<string> Key { get; }
public:
virtual property EditorOptionKey<String^> Key {
EditorOptionKey<String^> get () override;
}
abstract Key : EditorOptionKey<string>
override Key : EditorOptionKey<string>
override function get Key () : EditorOptionKey<String>
Property Value
Type: Microsoft.VisualStudio.Text.Editor.EditorOptionKey<String>
NewLineCharacterOptionId .
.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.