Partager via


NewLineCharacter.Key, propriété

Obtient la clé option de l'éditeur.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.Logic (dans Microsoft.VisualStudio.Text.Logic.dll)

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Key As EditorOptionKey(Of String)
public override EditorOptionKey<string> Key { get; }
public:
virtual property EditorOptionKey<String^> Key {
    EditorOptionKey<String^> get () override;
}
abstract Key : EditorOptionKey<string> with get 
override Key : EditorOptionKey<string> with get
override function get Key () : EditorOptionKey<String>

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<String>
NewLineCharacterOptionId .

Sécurité .NET Framework

Voir aussi

Référence

NewLineCharacter Classe

Microsoft.VisualStudio.Text.Editor, espace de noms