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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.