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

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

System.Object
  Microsoft.VisualStudio.Shell.Design.Serialization.ConfigurationHelperService

[CLSCompliantAttribute(false)]
public class ConfigurationHelperService

NameDescription
System_CAPS_pubmethodConfigurationHelperService()

Initializes a new instance of ConfigurationHelperService.

System_CAPS_pubmethodConfigurationHelperService(Func<String, String>)

Initializes a new instance of ConfigurationHelperService.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetSectionName(String, String)

Formats the group name and the key name.

System_CAPS_pubmethodGetSerializeAs(Type)

Determines the default serialization mechanism to use for a given type,.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetUserConfigurationPath(IServiceProvider, Project, ConfigurationUserLevel, Boolean, Configuration)

Gets the most likely path to user configuration files for the current project, based on the values of different project properties.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReadConnectionStrings(String, DocData, String)

Returns all the connection strings in the specified configuration that start with the specified prefix.

System_CAPS_pubmethodReadSettings(ExeConfigurationFileMap, ConfigurationUserLevel, DocData, String, Boolean, SettingsPropertyCollection)

Reads settings from the appropriate section.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteConnectionStrings(String, DocData, String, ConnectionStringSettingsCollection)

Writes the connection strings to the specified configuration file after deleting any existing connection strings with the specified prefix.

System_CAPS_pubmethodWriteSettings(ExeConfigurationFileMap, ConfigurationUserLevel, DocData, String, Boolean, SettingsPropertyValueCollection)

Writes settings to the appropriate section after clearing existing settings.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: