IndentSize.Key 属性

获取编辑器选项键。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)

语法

声明
Public Overrides ReadOnly Property Key As EditorOptionKey(Of Integer)
public override EditorOptionKey<int> Key { get; }
public:
virtual property EditorOptionKey<int> Key {
    EditorOptionKey<int> get () override;
}
abstract Key : EditorOptionKey<int> with get 
override Key : EditorOptionKey<int> with get
override function get Key () : EditorOptionKey<int>

属性值

类型:Microsoft.VisualStudio.Text.Editor.EditorOptionKey<Int32>
编辑器选项键。

.NET Framework 安全性

请参阅

参考

IndentSize 类

Microsoft.VisualStudio.Text.Editor 命名空间