XmlSchemaObjectTable.Names 属性

定义

返回 XmlSchemaObjectTable 中所有命名元素的集合。

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

属性值

XmlSchemaObjectTable 中所有命名元素的集合。

适用于