WsiProfilesElementCollection.Item[] Свойство

Определение

Получает или задает элемент в коллекции.

Перегрузки

Item[Int32]

Получает или задает элемент в коллекции с указанным индексом.

Item[Object]

Получает или задает в коллекции элемент WsiProfilesElement, имеющий заданный ключ.

Item[Int32]

Получает или задает элемент в коллекции с указанным индексом.

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

Параметры

index
Int32

Отсчитываемый с нуля индекс в коллекции.

Значение свойства

WsiProfilesElement

Объект WsiProfilesElement, находящийся по указанному индексу.

Применяется к

Item[Object]

Получает или задает в коллекции элемент WsiProfilesElement, имеющий заданный ключ.

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

Параметры

key
Object

Ключ объекта WsiProfilesElement в коллекции, который требуется задать или возвратить.

Значение свойства

WsiProfilesElement

Объект WsiProfilesElement с указанным ключом.

Исключения

Не удалось обнаружить объект WsiProfilesElement с указанным ключом в коллекции.

Применяется к