EditableXmlConfigHelper Class
Provides methods for editing configuration settings in the user's project.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::XmlConfigHelper
Microsoft.VisualStudio.ConnectedServices::EditableXmlConfigHelper
| Name | Description | |
|---|---|---|
![]() | EditableXmlConfigHelper() | This constructor supports unit testing your extension and is not intended to be used directly from your production code. |
| Name | Description | |
|---|---|---|
![]() | Configuration | Gets the Configuration object that can be used to inspect the configuration settings.(Inherited from XmlConfigHelper.) |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from XmlConfigHelper.) |
![]() | Dispose(Boolean) | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from XmlConfigHelper.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAppSetting(String^) | Gets the string value of the setting with the specified key in the appSettings config section with the specified key and value.(Inherited from XmlConfigHelper.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsPrefixUsedInAppSettings(String^) | Gets a value indicating whether an appSetting key exists with the specified keyPrefix.(Inherited from XmlConfigHelper.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Save() | Writes the configuration settings contained within this Configuration object to the current XML configuration file. |
![]() | SetAppSetting(String^, String^, String^) | Ensures there is a key-value pair in the appSettings config section with the specified key and value. |
![]() | ToString() | (Inherited from Object.) |
The Save method must be called to save any changes.
This class does not preserve whitespace in the appSettings section.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


