DelegatingXmlDictionaryWriter.StartCanonicalization 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.
Indicates the start of canonicalization. Any write operation following this will canonicalize the data and will write it to the given stream.
public:
override void StartCanonicalization(System::IO::Stream ^ stream, bool includeComments, cli::array <System::String ^> ^ inclusivePrefixes);
public override void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes);
override this.StartCanonicalization : System.IO.Stream * bool * string[] -> unit
Public Overrides Sub StartCanonicalization (stream As Stream, includeComments As Boolean, inclusivePrefixes As String())
Parameters
- stream
- Stream
Stream to which the canonical stream should be written.
- includeComments
- Boolean
The value indicates if comments written should be canonicalized as well.
- inclusivePrefixes
- String[]
Set of prefixes that needs to be included into the canonical stream. The prefixes are defined at the first element that is written to the canonical stream.