XmlSchemaObjectTable.Values-Eigenschaft
Gibt eine Auflistung der Werte für alle Elemente in der Auflistung als XmlSchemaObject zurück.
Namespace: System.Xml.Schema
Assembly: System.Xml (in system.xml.dll)
'Declaration
Public ReadOnly Property Values As ICollection
'Usage
Dim instance As XmlSchemaObjectTable
Dim value As ICollection
value = instance.Values
public ICollection Values { get; }
public:
property ICollection^ Values {
ICollection^ get ();
}
/** @property */
public ICollection get_Values ()
public function get Values () : ICollection
Die Werte der Elemente.
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.
Unterstützt in: 2.0, 1.1, 1.0
Unterstützt in: 2.0
XmlSchemaObjectTable-Klasse
XmlSchemaObjectTable-Member
System.Xml.Schema-Namespace