Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<CLSCompliantAttribute(False)> _
Public Class ConfigurationHelperService
'Usage
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.