共用方式為


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 中所有項目之所有值的集合。

適用於