XmlSchemaAny.ProcessContents-Eigenschaft
Ruft Informationen über die Behandlung der Validierung von XML-Dokumenten für die im any-Element angegebenen Elemente durch eine Anwendung oder einen XML-Prozessor ab oder legt diese fest.
Namespace: System.Xml.Schema
Assembly: System.Xml (in system.xml.dll)
Syntax
'Declaration
Public Property ProcessContents As XmlSchemaContentProcessing
'Usage
Dim instance As XmlSchemaAny
Dim value As XmlSchemaContentProcessing
value = instance.ProcessContents
instance.ProcessContents = value
public XmlSchemaContentProcessing ProcessContents { get; set; }
public:
property XmlSchemaContentProcessing ProcessContents {
XmlSchemaContentProcessing get ();
void set (XmlSchemaContentProcessing value);
}
/** @property */
public XmlSchemaContentProcessing get_ProcessContents ()
/** @property */
public void set_ProcessContents (XmlSchemaContentProcessing value)
public function get ProcessContents () : XmlSchemaContentProcessing
public function set ProcessContents (value : XmlSchemaContentProcessing)
Eigenschaftenwert
Einer der XmlSchemaContentProcessing-Werte. Wenn kein processContents-Attribut angegeben ist, wird standardmäßig Strict verwendet.
Plattformen
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
.NET Compact Framework
Unterstützt in: 2.0
Siehe auch
Referenz
XmlSchemaAny-Klasse
XmlSchemaAny-Member
System.Xml.Schema-Namespace