XmlSchemas.Item[] Propriedade
Definição
Sobrecargas
| Item[Int32] |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Obtém ou define o objeto XmlSchema no índice especificado.Gets or sets the XmlSchema object at the specified index. |
| Item[String] |
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código. Obtém um objeto XmlSchema especificado que representa o esquema XML associado ao namespace indicado.Gets a specified XmlSchema object that represents the XML schema associated with the specified namespace. |
Item[Int32]
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
Parâmetros
- index
- Int32
O índice do item a ser recuperado.The index of the item to retrieve.
Valor da propriedade
O XmlSchema especificado.The specified XmlSchema.
Aplica-se a
Item[String]
Obtém um objeto XmlSchema especificado que representa o esquema XML associado ao namespace indicado.Gets a specified XmlSchema object that represents the XML schema associated with the specified namespace.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Parâmetros
- ns
- String
O namespace do objeto especificado.The namespace of the specified object.
Valor da propriedade
O objeto XmlSchema especificado.The specified XmlSchema object.