Condividi tramite


Proprietà NewLineCharacter.Key

Ottiene la chiave di opzione dell'editor.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

NewLineCharacter Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor