ValidationErrorCollectionSetItem Method |
Replaces the element at the specified index.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxprotected override void SetItem(
int index,
ValidationError item
)
Protected Overrides Sub SetItem (
index As Integer,
item As ValidationError
)
protected:
virtual void SetItem(
int index,
ValidationError^ item
) override
abstract SetItem :
index : int *
item : ValidationError -> unit
override SetItem :
index : int *
item : ValidationError -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to replace. - item
- Type: Kjs.AppLife.Update.Engine.Core.DesignValidationError
The new value for the element at the specified index. The value can be null for reference types.
Exceptions
See Also