IRemoteProxiedUserControlClient.RemotePropertyChangedAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode est appelée lorsqu’une propriété est mise à jour sur un objet implémentant INotifyPropertyChanged après sa première envoi à 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
Paramètres
- id
- ObjectId
Identificateur de l’objet d’identification unique qui possède la propriété mise à jour.
- propertyName
- String
Nom de la propriété en cours de mise à jour.
- newValue
- MessagePackFragment
Valeur de la propriété après la mise à jour.
- cancellationToken
- CancellationToken
Jeton d’annulation pour l’appel asynchrone.
Retours
Suivi Task de l’achèvement de l’opération asynchrone.