Condividi tramite


IRemoteProxiedUserControlClient.RemotePropertyChangedAsync Metodo

Definizione

Questo metodo viene chiamato quando una proprietà viene aggiornata in un oggetto che INotifyPropertyChanged implementa dopo che è stata prima inviata a Visual Studio.

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

Parametri

id
ObjectId

Identificatore dell'oggetto identificabile in modo univoco che possiede la proprietà aggiornata.

propertyName
String

Nome della proprietà da aggiornare.

newValue
MessagePackFragment

Valore della proprietà dopo l'aggiornamento.

cancellationToken
CancellationToken

Token di annullamento per la chiamata asincrona.

Restituisce

Rilevamento Task del completamento dell'operazione asincrona.

Si applica a