共用方式為


IRemoteProxiedUserControlClient.RemotePropertyChangedAsync 方法

定義

當屬性在第一次傳送至 Visual Studio 之後實作的物件 INotifyPropertyChanged 上更新時,就會呼叫這個方法。

public System.Threading.Tasks.Task RemotePropertyChangedAsync (Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId id, string propertyName, Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment newValue, System.Threading.CancellationToken cancellationToken);
abstract member RemotePropertyChangedAsync : Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId * string * Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function RemotePropertyChangedAsync (id As ObjectId, propertyName As String, newValue As MessagePackFragment, cancellationToken As CancellationToken) As Task

參數

id
ObjectId

擁有已更新之屬性的唯一可識別物件標識碼。

propertyName
String

要更新的屬性名稱。

newValue
MessagePackFragment

更新之後的屬性值。

cancellationToken
CancellationToken

異步呼叫的取消標記。

傳回

追蹤 Task 異步作業完成的 。

適用於