IRemoteProxiedUserControl.SetObjectPropertyAsync 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 met à jour une propriété d’un objet qui fait partie du DataContext du contrôle.
public System.Threading.Tasks.Task<bool> SetObjectPropertyAsync (Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId id, string propertyName, Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment value, System.Threading.CancellationToken cancellationToken);
abstract member SetObjectPropertyAsync : Microsoft.VisualStudio.RpcContracts.RemoteUI.ObjectId * string * Microsoft.VisualStudio.RpcContracts.RemoteUI.MessagePackFragment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Function SetObjectPropertyAsync (id As ObjectId, propertyName As String, value As MessagePackFragment, cancellationToken As CancellationToken) As Task(Of Boolean)
Paramètres
- id
- ObjectId
Identificateur unique de l’objet à mettre à jour.
- propertyName
- String
Nom de la propriété à mettre à jour.
- value
- MessagePackFragment
Nouvelle valeur à affecter.
- cancellationToken
- CancellationToken
Jeton d’annulation pour l’appel asynchrone.
Retours
false
s’il n’est pas possible de trouver un objet identifié par id
, true
sinon.
Exceptions
Quand propertyName
n’est pas une propriété valide pour l’objet identifié par id
.