ValidationErrorCollectionInsertItem Method |
Inserts an element into the
CollectionT 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 InsertItem(
int index,
ValidationError item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As ValidationError
)
protected:
virtual void InsertItem(
int index,
ValidationError^ item
) override
abstract InsertItem :
index : int *
item : ValidationError -> unit
override InsertItem :
index : int *
item : ValidationError -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted. - item
- Type: Kjs.AppLife.Update.Engine.Core.DesignValidationError
The object to insert. The value can be null for reference types.
Exceptions
See Also