AbstractPreferences.ExportNode(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the exportNode
method as per the specification in
Preferences#exportNode(OutputStream)
.
[Android.Runtime.Register("exportNode", "(Ljava/io/OutputStream;)V", "GetExportNode_Ljava_io_OutputStream_Handler")]
public override void ExportNode (System.IO.Stream? os);
[<Android.Runtime.Register("exportNode", "(Ljava/io/OutputStream;)V", "GetExportNode_Ljava_io_OutputStream_Handler")>]
override this.ExportNode : System.IO.Stream -> unit
Parameters
- os
- Stream
the output stream on which to emit the XML document.
- Attributes
Exceptions
Remarks
Implements the exportNode
method as per the specification in Preferences#exportNode(OutputStream)
.
Java documentation for java.util.prefs.AbstractPreferences.exportNode(java.io.OutputStream)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.