次の方法で共有


ConfigurationHelperService.WriteConnectionStrings Method

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

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

Syntax

'宣言
Public Sub WriteConnectionStrings ( _
    configFileName As String, _
    configDocData As DocData, _
    groupPrefix As String, _
    connectionStrings As ConnectionStringSettingsCollection _
)
public void WriteConnectionStrings(
    string configFileName,
    DocData configDocData,
    string groupPrefix,
    ConnectionStringSettingsCollection connectionStrings
)

Parameters

  • configFileName
    Type: System.String
    The target configuration file.
  • groupPrefix
    Type: System.String
    The section of the file where the connectionStrings should be written.

Remarks

This first clears all existing strings in the groupPrefix section.

.NET Framework Security

See Also

Reference

ConfigurationHelperService Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace