Class MessageHandlerCollection
Název místa: Aspose.Html.Net Sbírka: Aspose.HTML.dll (25.4.0)
Představuje sbírku 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
Implements
IList
Dědiční členové
Collection
Constructors
MessageHandlerCollection()
public MessageHandlerCollection()
Methods
InsertItem(Zpravodaj, Poselství)
Vložte prvek do systému System.Collections.ObjectModel.Collection`1 na specifikovaném indexu.
protected override void InsertItem(int index, MessageHandler item)
Parameters
index
int
index založený na nule, na kterém item’ by měl být vložen.
item
MessageHandler
Objekt, který má být vložen. hodnota může být nulová pro referenční typy.
SetItem(Zpravodaj, Poselství)
Změna prvku na specifikovaném indexu.
protected override void SetItem(int index, MessageHandler item)
Parameters
index
int
Nulový index prvku, který má být nahrazen.
item
MessageHandler
Nová hodnota prvku na specifikovaném indexu. hodnota může být nulová pro referenční typy.