AutomationRemoteOperationResult.HasOperand 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.
Récupère une valeur indiquant si l’opérande spécifié a une valeur retournée par l’opération distante sur le fournisseur UIA.
public:
virtual bool HasOperand(AutomationRemoteOperationOperandId operandId) = HasOperand;
bool HasOperand(AutomationRemoteOperationOperandId const& operandId);
public bool HasOperand(AutomationRemoteOperationOperandId operandId);
function hasOperand(operandId)
Public Function HasOperand (operandId As AutomationRemoteOperationOperandId) As Boolean
Paramètres
- operandId
- AutomationRemoteOperationOperandId
ID de l’opérande retourné par l’opération distante sur le fournisseur UIA.
Retours
Boolean
bool
True, si une valeur est retournée, null ou autre.
False, si aucune valeur n’est retournée.