Skip to content

Latest commit

 

History

History
51 lines (46 loc) · 1.97 KB

extending-user-settings-and-options.md

File metadata and controls

51 lines (46 loc) · 1.97 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic helpviewer_keywords ms.assetid caps.latest.revision ms.author manager translation.priority.mt
Extending User Settings and Options | Microsoft Docs
11/04/2016
vs-ide-sdk
article
user preferences
user settings [Visual Studio SDK]
Options dialog box, controlling with the Visual Studio SDK
VSPackages, user preferences
5bb6277a-8c9d-48c8-9b4e-1cb3052caded
22
gregvanl
ghogen
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Extending User Settings and Options

In Visual Studio there are two main ways to maintain user preferences. The Tools / Options pages allow users to set their own values for many different kinds of settings, both general and language-specific. User settings allow users to specify general Visual Studio configuration properties. For more information about options pages, see Options and Options Pages. For more information about user settings, see Support for User Settings.

Creating an Options Page
Explains how to create an options page.

Creating a Settings Category
Explains how to create a settings category.

Using the Settings Store
Explains how to use the settings store.

Getting Service Information from the Settings Store
Explains how to get the available services from the settings store.

Writing to the User Settings Store
Explains how to write to the user settings store.