XmlSchemaObjectTable.Values プロパティ

定義

XmlSchemaObjectTable 内のすべての要素値のコレクションを返します。

public:
 property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
Public ReadOnly Property Values As ICollection

プロパティ値

ICollection

XmlSchemaObjectTable 内のすべての要素値のコレクション。

適用対象