XmlSchemas.Item[] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置集合中的 XmlSchema 对象。
重载
Item[Int32] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取或设置位于指定索引处的 XmlSchema 对象。 |
Item[String] |
此 API 支持产品基础结构,不能在代码中直接使用。 获取指定的 XmlSchema 对象,该对象表示和指定命名空间关联的 XML 架构。 |
Item[Int32]
获取或设置位于指定索引处的 XmlSchema 对象。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Xml::Schema::XmlSchema ^ default[int] { System::Xml::Schema::XmlSchema ^ get(int index); void set(int index, System::Xml::Schema::XmlSchema ^ value); };
public System.Xml.Schema.XmlSchema this[int index] { get; set; }
member this.Item(int) : System.Xml.Schema.XmlSchema with get, set
Default Public Property Item(index As Integer) As XmlSchema
参数
- index
- Int32
要检索的项的索引。
属性值
指定的 XmlSchema。
适用于
Item[String]
获取指定的 XmlSchema 对象,该对象表示和指定命名空间关联的 XML 架构。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::Xml::Schema::XmlSchema ^ default[System::String ^] { System::Xml::Schema::XmlSchema ^ get(System::String ^ ns); };
public System.Xml.Schema.XmlSchema? this[string? ns] { get; }
public System.Xml.Schema.XmlSchema this[string ns] { get; }
member this.Item(string) : System.Xml.Schema.XmlSchema
Default Public ReadOnly Property Item(ns As String) As XmlSchema
参数
- ns
- String
指定对象的命名空间。
属性值
指定的 XmlSchema 对象。