共用方式為


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

適用於