XPathMessageQueryCollection.SetItem(Int32, MessageQuery) Método
Definição
Substitui o elemento no índice especificado.Replaces the element at the specified index.
protected:
override void SetItem(int index, System::ServiceModel::Dispatcher::MessageQuery ^ item);
protected override void SetItem (int index, System.ServiceModel.Dispatcher.MessageQuery item);
override this.SetItem : int * System.ServiceModel.Dispatcher.MessageQuery -> unit
Protected Overrides Sub SetItem (index As Integer, item As MessageQuery)
Parâmetros
- index
- Int32
O índice de base zero do elemento a ser substituído.The zero-based index of the element to replace.
- item
- MessageQuery
O novo valor para o elemento no índice especificado.The new value for the element at the specified index.