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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.