IndentSize::Key Property

 

Gets the editor option key.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
property EditorOptionKey<int> Key {
	virtual EditorOptionKey<int> get() override;
}

Property Value

Type: Microsoft.VisualStudio.Text.Editor::EditorOptionKey<Int32>

The editor option key.

Return to top
Show: