XmlDictionaryWriter.StartCanonicalization(Stream, Boolean, String[]) 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.
When implemented by a derived class, it starts the canonicalization.
public:
virtual void StartCanonicalization(System::IO::Stream ^ stream, bool includeComments, cli::array <System::String ^> ^ inclusivePrefixes);
public virtual void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes);
public virtual void StartCanonicalization (System.IO.Stream stream, bool includeComments, string[]? inclusivePrefixes);
abstract member StartCanonicalization : System.IO.Stream * bool * string[] -> unit
override this.StartCanonicalization : System.IO.Stream * bool * string[] -> unit
Public Overridable Sub StartCanonicalization (stream As Stream, includeComments As Boolean, inclusivePrefixes As String())
Parameters
- stream
- Stream
The stream to write to.
- includeComments
- Boolean
true
to include comments; otherwise, false
.
- inclusivePrefixes
- String[]
The prefixes to be included.
Exceptions
Method is not implemented yet.
Remarks
This method is not yet implemented.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.