Blazor コントロール
ReplaceAsync メソッド (ISupportEditing<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportEditing<T> インターフェース : ReplaceAsync メソッド
The index.
The item.
The cancellation token.
Replaces the item at the specified index by the specified item.
シンタックス
'宣言
 
Function ReplaceAsync( _
   ByVal index As System.Integer, _
   ByVal item As T, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
System.Threading.Tasks.Task<int> ReplaceAsync( 
   System.int index,
   T item,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

index
The index.
item
The item.
cancellationToken
The cancellation token.
参照

ISupportEditing<T> インターフェース
ISupportEditing<T> メンバ