XmlDictionaryWriter.CanCanonicalize Property

Definition

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