Partager via


AutomationRemoteOperationResult.HasOperand Méthode

Définition

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.

S’applique à

Voir aussi