Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
You can use Visual Studio to edit the values of existing settings in your project.
To Change the Value of an Existing Setting at Design Time in C#
In Solution Explorer, expand the Properties node of your project.
Double-click the .settings file in which you want to add a new setting. The default name for this file is Settings.settings.
In the Settings designer, find the setting for which you want to change the value and type the new value in the Value column.
To Change the Value of an Existing Setting at Design Time in Visual Basic
In Solution Explorer, right-click your project node and choose Properties.
In the Properties page, select the Settings tab.
In the Settings designer, find the setting for which you want to change the value and type the new value in the Value column.
See Also
Tasks
How To: Create a New Setting at Design Time