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 内のすべての名前付き要素のコレクション。

適用対象