MessageHandlerCollectionSetItem Method |
Replaces the element at the specified index.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxprotected override void SetItem(
int index,
MessageHandler item
)
Protected Overrides Sub SetItem (
index As Integer,
item As MessageHandler
)
protected:
virtual void SetItem(
int index,
MessageHandler^ item
) override
abstract SetItem :
index : int *
item : MessageHandler -> unit
override SetItem :
index : int *
item : MessageHandler -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to replace. - item
- Type: Aspose.Html.NetMessageHandler
The new value for the element at the specified index. The value can be null for reference types.
See Also