XmlSchemaAnyAttribute.ProcessContents Vlastnost

Definice

Získá nebo nastaví informace o tom, jak má aplikace nebo procesor XML zpracovávat ověřování dokumentů XML pro atributy určené elementem anyAttribute .

public:
 property System::Xml::Schema::XmlSchemaContentProcessing ProcessContents { System::Xml::Schema::XmlSchemaContentProcessing get(); void set(System::Xml::Schema::XmlSchemaContentProcessing value); };
public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get; set; }
member this.ProcessContents : System.Xml.Schema.XmlSchemaContentProcessing with get, set
Public Property ProcessContents As XmlSchemaContentProcessing

Hodnota vlastnosti

XmlSchemaContentProcessing

Jedna z XmlSchemaContentProcessing hodnot. Pokud není zadán žádný processContents atribut, výchozí hodnota je Strict.

Platí pro