SchemaImporterExtensionElementCollection.Item[] Właściwość

Definicja

Pobiera lub ustawia obiekt, który reprezentuje element XML o określonym indeksie.

Przeciążenia

Item[Int32]

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Pobiera lub ustawia obiekt, który reprezentuje element XML o określonym indeksie.

Item[String]

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

Pobiera lub ustawia element o określonej nazwie.

Item[Int32]

Pobiera lub ustawia obiekt, który reprezentuje element XML o określonym indeksie.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 property System::Xml::Serialization::Configuration::SchemaImporterExtensionElement ^ default[int] { System::Xml::Serialization::Configuration::SchemaImporterExtensionElement ^ get(int index); void set(int index, System::Xml::Serialization::Configuration::SchemaImporterExtensionElement ^ value); };
public System.Xml.Serialization.Configuration.SchemaImporterExtensionElement this[int index] { get; set; }
member this.Item(int) : System.Xml.Serialization.Configuration.SchemaImporterExtensionElement with get, set
Default Public Property Item(index As Integer) As SchemaImporterExtensionElement

Parametry

index
Int32

Indeks (liczony od zera) elementu XML, który ma zostać pobrany lub ustawiony.

Wartość właściwości

SchemaImporterExtensionElement

SchemaImporterExtensionElementO określonym indeksie.

Wyjątki

Parametr index ma wartość niższą niż zero.

-lub- index jest równa lub większa niż Count .

Dotyczy

Item[String]

Pobiera lub ustawia element o określonej nazwie.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
 property System::Xml::Serialization::Configuration::SchemaImporterExtensionElement ^ default[System::String ^] { System::Xml::Serialization::Configuration::SchemaImporterExtensionElement ^ get(System::String ^ name); void set(System::String ^ name, System::Xml::Serialization::Configuration::SchemaImporterExtensionElement ^ value); };
public System.Xml.Serialization.Configuration.SchemaImporterExtensionElement this[string name] { get; set; }
member this.Item(string) : System.Xml.Serialization.Configuration.SchemaImporterExtensionElement with get, set
Default Public Property Item(name As String) As SchemaImporterExtensionElement

Parametry

name
String

Nazwa elementu do pobrania lub ustawienia.

Wartość właściwości

SchemaImporterExtensionElement

SchemaImporterExtensionElementO podanej nazwie.

Dotyczy