XmlDictionaryWriter.StartCanonicalization Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
This method is not yet implemented. Calling it throws a NotSupportedException.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual void StartCanonicalization( Stream stream, bool includeComments, string[] inclusivePrefixes )
Parameters
- stream
- Type: System.IO.Stream
The stream to write to.
- includeComments
- Type: System.Boolean
Determines whether comments are included.
- inclusivePrefixes
- Type:
System.String
[]
The prefixes to be included.
| Exception | Condition |
|---|---|
| NotSupportedException | This method is not yet implemented. |
Show: