Class MessageHandlerCollection

Class MessageHandlerCollection

Il nome: Aspose.Html.Net Assemblaggio: Aspose.HTML.dll (25.4.0)

Si tratta della raccolta di Aspose.Html.Net.MessageHandler.

[ComVisible(true)]
public class MessageHandlerCollection : Collection<messagehandler>, IList<messagehandler>, ICollection<messagehandler>, IList, ICollection, IReadOnlyList<messagehandler>, IReadOnlyCollection<messagehandler>, IEnumerable<messagehandler>, IEnumerable

Inheritance

object Collection MessageHandlerCollection

Implements

IList , ICollection , IList , ICollection , IReadOnlyList , IReadOnlyCollection , IEnumerable , IEnumerable

I membri ereditari

Collection.Add(MessageHandler) , Collection.Clear() , Collection.CopyTo(MessageHandler[], int) , Collection.Contains(MessageHandler) , Collection.GetEnumerator() , Collection.IndexOf(MessageHandler) , Collection.Insert(int, MessageHandler) , Collection.Remove(MessageHandler) , Collection.RemoveAt(int) , Collection.ClearItems() , Collection.InsertItem(int, MessageHandler) , Collection.RemoveItem(int) , Collection.SetItem(int, MessageHandler) , Collection.Count , Collection.Items , Collection.this[int] , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

MessageHandlerCollection()

public MessageHandlerCollection()

Methods

InsertItem(Il messaggio, il messaggio)

Inserisci un elemento nel System.Collections.ObjectModel.Collection`1 nell’indice specificato.

protected override void InsertItem(int index, MessageHandler item)

Parameters

index int

L’indice basato su zero su cui item’ dovrebbe essere inserito.

item MessageHandler

L’oggetto da inserire. il valore può essere zero per i tipi di riferimento.

SetItem(Il messaggio, il messaggio)

sostituisce l’elemento all’indice specificato.

protected override void SetItem(int index, MessageHandler item)

Parameters

index int

L’indice basato su zero dell’elemento da sostituire.

item MessageHandler

Il nuovo valore per l’elemento nell’indice specificato. il valore può essere nulo per i tipi di riferimento.

Vedi anche

MessageHandler

 Italiano