CoreAutomationRemoteOperation.ImportTextRange 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.
Permet de référencer une plage de texte existante dans le contexte d’une machine virtuelle d’opération à distance.
public:
virtual void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange ^ textRange) = ImportTextRange;
void ImportTextRange(AutomationRemoteOperationOperandId const& operandId, AutomationTextRange const& textRange);
public void ImportTextRange(AutomationRemoteOperationOperandId operandId, AutomationTextRange textRange);
function importTextRange(operandId, textRange)
Public Sub ImportTextRange (operandId As AutomationRemoteOperationOperandId, textRange As AutomationTextRange)
Paramètres
- operandId
- AutomationRemoteOperationOperandId
ID de l’opérande à utiliser dans l’opération à distance.
- textRange
- AutomationTextRange
Plage de texte UI Automation à utiliser dans l’opération à distance.
Remarques
N’essayez pas d’importer des objets qui appartiennent à différents processus dans la même opération distante. Les opérations distantes sont liées à un seul processus.