XmlWriterSettings.DoNotEscapeUriAttributes Vlastnost

Definice

Získá nebo nastaví hodnotu, která označuje, zda XmlWriter neukazuje atributy identifikátoru URI.

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

Hodnota vlastnosti

truepokud neunikne řídicím atributům XmlWriter identifikátoru URI; jinak . false Výchozí hodnota je false.

Platí pro