You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="saveMode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
637
-
<paramname="mode">To be added.</param>
637
+
<paramname="mode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
638
638
<summary>Writes the configuration settings contained within this <seecref="T:System.Configuration.Configuration" /> object to the current XML configuration file.</summary>
639
639
<remarks>
640
640
<formattype="text/markdown"><![CDATA[
@@ -702,10 +702,11 @@
702
702
</Parameters>
703
703
<Docs>
704
704
<paramname="saveMode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
705
-
<paramname="mode">To be added.</param>
705
+
<paramname="mode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
706
706
<paramname="forceSaveAll">
707
707
<seelangword="true" /> to save even if the configuration was not modified; otherwise, <seelangword="false" />.</param>
708
-
<paramname="forceUpdateAll">To be added.</param>
708
+
<paramname="forceUpdateAll">
709
+
<seelangword="true" /> to save even if the configuration was not modified; otherwise, <seelangword="false" />.</param>
709
710
<summary>Writes the configuration settings contained within this <seecref="T:System.Configuration.Configuration" /> object to the current XML configuration file.</summary>
710
711
<remarks>
711
712
<formattype="text/markdown"><![CDATA[
@@ -823,7 +824,7 @@
823
824
<Docs>
824
825
<paramname="filename">The path and file name to save the configuration file to.</param>
825
826
<paramname="saveMode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
826
-
<paramname="mode">To be added.</param>
827
+
<paramname="mode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
827
828
<summary>Writes the configuration settings contained within this <seecref="T:System.Configuration.Configuration" /> object to the specified XML configuration file.</summary>
828
829
<remarks>
829
830
<formattype="text/markdown"><![CDATA[
@@ -882,10 +883,11 @@
882
883
<Docs>
883
884
<paramname="filename">The path and file name to save the configuration file to.</param>
884
885
<paramname="saveMode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
885
-
<paramname="mode">To be added.</param>
886
+
<paramname="mode">A <seecref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
886
887
<paramname="forceSaveAll">
887
888
<seelangword="true" /> to save even if the configuration was not modified; otherwise, <seelangword="false" />.</param>
888
-
<paramname="forceUpdateAll">To be added.</param>
889
+
<paramname="forceUpdateAll">
890
+
<seelangword="true" /> to save even if the configuration was not modified; otherwise, <seelangword="false" />.</param>
889
891
<summary>Writes the configuration settings contained within this <seecref="T:System.Configuration.Configuration" /> object to the specified XML configuration file.</summary>
0 commit comments