WsiProfilesElementCollection.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 WsiProfilesElement que tem a chave especificada na coleção.Gets or sets the WsiProfilesElement that has 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::WsiProfilesElement ^ default[int] { System::Web::Services::Configuration::WsiProfilesElement ^ get(int index); void set(int index, System::Web::Services::Configuration::WsiProfilesElement ^ value); };
public System.Web.Services.Configuration.WsiProfilesElement this[int index] { get; set; }
member this.Item(int) : System.Web.Services.Configuration.WsiProfilesElement with get, set
Default Public Property Item(index As Integer) As WsiProfilesElement

Parâmetros

index
Int32

O índice de base zero na coleção.The zero-based index into the collection.

Valor da propriedade

WsiProfilesElement

O WsiProfilesElement que existe no índice especificado.The WsiProfilesElement that exists at the specified index.

Aplica-se a

Item[Object]

Obtém ou define o WsiProfilesElement que tem a chave especificada na coleção.Gets or sets the WsiProfilesElement that has the specified key in the collection.

public:
 property System::Web::Services::Configuration::WsiProfilesElement ^ default[System::Object ^] { System::Web::Services::Configuration::WsiProfilesElement ^ get(System::Object ^ key); void set(System::Object ^ key, System::Web::Services::Configuration::WsiProfilesElement ^ value); };
public System.Web.Services.Configuration.WsiProfilesElement this[object key] { get; set; }
member this.Item(obj) : System.Web.Services.Configuration.WsiProfilesElement with get, set
Default Public Property Item(key As Object) As WsiProfilesElement

Parâmetros

key
Object

A chave do WsiProfilesElement a ser obtida ou definida na coleção.The key of the WsiProfilesElement to get or set in the collection.

Valor da propriedade

WsiProfilesElement

O WsiProfilesElement com a chave especificada.The WsiProfilesElement with the specified key.

Exceções

O WsiProfilesElement com a chave especificada não foi localizado na coleção.The WsiProfilesElement with the specified key was not found in the collection.

Aplica-se a