IRemoteProxiedUserControlClient.RemotePropertyChangedAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.