ConfigurationHelperService Methods

 

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

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.

Return to top
Show: