XamlXmlWriterSettings.AssumeValidInput Property

Definition

Gets or sets a value that specifies whether the XamlXmlWriter should always assume valid XAML input for purposes of duplicate resolution or other error checking.

public:
 property bool AssumeValidInput { bool get(); void set(bool value); };
public bool AssumeValidInput { get; set; }
member this.AssumeValidInput : bool with get, set
Public Property AssumeValidInput As Boolean

Property Value

true if the XamlXmlWriter skips certain validation or error checks, such as throwing exceptions on duplicate members. false if the XamlXmlWriter throws exceptions when invalid XAML is encountered. The default is false.

Applies to