SoapExtensionTypeElementCollection.Item[] Propriedade
Definição
Obtém ou define um elemento na coleção.Gets or sets an element in the collection.
Sobrecargas
| Item[Int32] |
Obtém ou define o elemento em um índice especificado na coleção.Gets or sets the element at a specified index in the collection. |
| Item[Object] |
Obtém ou define o SoapExtensionTypeElement que tem a chave especificada na coleção.Gets or sets the SoapExtensionTypeElement having the specified key in the collection. |
Item[Int32]
Obtém ou define o elemento em um índice especificado na coleção.Gets or sets the element at a specified index in the collection.
public:
property System::Web::Services::Configuration::SoapExtensionTypeElement ^ default[int] { System::Web::Services::Configuration::SoapExtensionTypeElement ^ get(int index); void set(int index, System::Web::Services::Configuration::SoapExtensionTypeElement ^ value); };
public System.Web.Services.Configuration.SoapExtensionTypeElement this[int index] { get; set; }
member this.Item(int) : System.Web.Services.Configuration.SoapExtensionTypeElement with get, set
Default Public Property Item(index As Integer) As SoapExtensionTypeElement
Parâmetros
- index
- Int32
O índice de base zero na coleção.The zero-based index into the collection.
Valor da propriedade
O SoapExtensionTypeElement que existe no índice especificado.The SoapExtensionTypeElement that exists at the specified index.
Aplica-se a
Item[Object]
Obtém ou define o SoapExtensionTypeElement que tem a chave especificada na coleção.Gets or sets the SoapExtensionTypeElement having the specified key in the collection.
public:
property System::Web::Services::Configuration::SoapExtensionTypeElement ^ default[System::Object ^] { System::Web::Services::Configuration::SoapExtensionTypeElement ^ get(System::Object ^ key); void set(System::Object ^ key, System::Web::Services::Configuration::SoapExtensionTypeElement ^ value); };
public System.Web.Services.Configuration.SoapExtensionTypeElement this[object key] { get; set; }
member this.Item(obj) : System.Web.Services.Configuration.SoapExtensionTypeElement with get, set
Default Public Property Item(key As Object) As SoapExtensionTypeElement
Parâmetros
- key
- Object
A chave do SoapExtensionTypeElement a ser obtida ou definida na coleção.The key of the SoapExtensionTypeElement to get or set in the collection.
Valor da propriedade
O SoapExtensionTypeElement com a chave especificada.The SoapExtensionTypeElement with the specified key.
Exceções
O SoapExtensionTypeElement com a chave especificada não foi localizado na coleção.The SoapExtensionTypeElement with the specified key was not found in the collection.