XamlXmlWriter.WriteNamespace(NamespaceDeclaration) Method

Definition

Writes namespace information to the underlying XmlWriter or TextWriter. May throw an exception for certain states; however, may instead defer writing the namespace information until the writer and the XAML node stream that is being processed reaches a position where a XAML namespace declaration can be inserted.

C#
public override void WriteNamespace(System.Xaml.NamespaceDeclaration namespaceDeclaration);

Parameters

namespaceDeclaration
NamespaceDeclaration

The XAML namespace declaration to write.

Exceptions

namespaceDeclaration is null.

namespaceDeclaration is not a valid XAML namespace declaration (has a null prefix or null identifier component).

The current writer state does not support writing a XAML namespace declaration.

Applies to

Proizvod Verzije
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10