ConfigurationHelperService Class
A service used by the settings UI in Visual Studio to read and write client settings into the app.config configuration file. It stores user-customizable settings in XML format
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public Class ConfigurationHelperService
'使用
Dim instance As ConfigurationHelperService
[CLSCompliantAttribute(false)]
public class ConfigurationHelperService
[CLSCompliantAttribute(false)]
public ref class ConfigurationHelperService
[<CLSCompliantAttribute(false)>]
type ConfigurationHelperService = class end
public class ConfigurationHelperService
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Design.Serialization.ConfigurationHelperService
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.