XmlDictionaryWriter.CanCanonicalize Property
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.
This property always returns false
. Its derived classes can override to return true
if they support canonicalization.
public:
virtual property bool CanCanonicalize { bool get(); };
public virtual bool CanCanonicalize { get; }
member this.CanCanonicalize : bool
Public Overridable ReadOnly Property CanCanonicalize As Boolean
Property Value
false
in all cases.
Remarks
Returns true
if and only if this derived class of XmlDictionaryWriter can canonicalize the XML content being written to it, according to the Exclusive XML Canonicalization rules as defined in Exclusive XML Canonicalization Version 1.0.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.