共用方式為


IRemoteProxiedUserControlClient.RemoteCollectionChangedAsync 方法

定義

第一次傳送至客戶端之後,會更新實作 INotifyCollectionChanged 的物件時,會呼叫這個方法。

public System.Threading.Tasks.Task RemoteCollectionChangedAsync (Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId id, Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion? version, Microsoft.VisualStudio.RpcContracts.RemoteUI.RemoteCollectionChanges changes, System.Threading.CancellationToken cancellationToken);
abstract member RemoteCollectionChangedAsync : Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId * Nullable<Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectVersion> * Microsoft.VisualStudio.RpcContracts.RemoteUI.RemoteCollectionChanges * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemoteCollectionChangedAsync (id As ObjectId, version As Nullable(Of ObjectVersion), changes As RemoteCollectionChanges, cancellationToken As CancellationToken) As Task

參數

id
ObjectId

已更新之唯一可識別物件的標識碼。

version
Nullable<ObjectVersion>

物件的目前版本。

changes
RemoteCollectionChanges

集合變更的描述。

cancellationToken
CancellationToken

異步呼叫的取消標記。

傳回

追蹤 Task 異步作業完成的 。

適用於